updateParamCode method

int updateParamCode(
  1. int index
)

Implementation

int updateParamCode( int index ){
	return _updateParamCode[index];
}