-------------------------------------------------------------------------------------- Description: Sets the numeric value of the parameter. Arguments: val - numeric value typically between -1 and 1 but it could be out of those limits Return Value: void --------------------------------------------------------------------------------------
| 67 | // void |
| 68 | // -------------------------------------------------------------------------------------- |
| 69 | void Tr2GStateParameter::SetValue( float val ) |
| 70 | { |
| 71 | m_value = val; |
| 72 | } |
| 73 | |
| 74 | // -------------------------------------------------------------------------------------- |
| 75 | // Description: |
no outgoing calls
no test coverage detected