setValueType static method

void setValueType(
  1. int type
)

Implementation

static void setValueType( int type ){
	_env._valueType = type;
}