MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetValue

Method SetValue

trinity/Tr2GStateParameter.cpp:69–72  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- 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 --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

67// void
68// --------------------------------------------------------------------------------------
69void Tr2GStateParameter::SetValue( float val )
70{
71 m_value = val;
72}
73
74// --------------------------------------------------------------------------------------
75// Description:

Callers 7

Tr2VariableStore.hFile · 0.45
operator=Method · 0.45
DrawHelperMethod · 0.45
RenderMethod · 0.45
ResetParamsToDefaultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected