updateParam method

bool updateParam(
  1. int index
)

Implementation

bool updateParam( int index ){
	return _updateParam[index];
}