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

Function GetValue

trinity/TriVariable.h:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 void GetValue( float& value ) const
204 {
205 GetValue_( value );
206 }
207 void GetValue( int& value ) const
208 {
209 GetValue_( value );

Callers 15

GetRegionReportMethod · 0.85
Tr2CurveVector3.hFile · 0.85
GetValueAtMethod · 0.85
UpdateValueMethod · 0.85
UpdateMethod · 0.85
GetValueAtMethod · 0.85

Calls 3

GetValue_Function · 0.85
GetValueTextureResFunction · 0.85
GetValueGpuBufferFunction · 0.85

Tested by

no test coverage detected