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

Method GetValue

trinity/Tr2GStateParameter.cpp:34–37  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Get numeric value of the parameter Return Value: float value --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

32// float value
33// --------------------------------------------------------------------------------------
34const float Tr2GStateParameter::GetValue() const
35{
36 return m_value;
37};
38
39// --------------------------------------------------------------------------------------
40// Description:

Callers 9

AddCurvedLineCrtMethod · 0.45
OnTickMethod · 0.45
RegisterVariableMethod · 0.45
GetFrustumPlaneMethod · 0.45
BeginFrameMethod · 0.45
ResetParamsToDefaultMethod · 0.45
PrePhysicsAnimationMethod · 0.45
PyWrapVariableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected