MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / set

Method set

Engine/source/util/sampler.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 : mKey( key ), mSet( false ) {}
124
125 void set( bool value )
126 {
127 mType = TypeBool;
128 mValue.mBool = value;
129 mSet = true;
130 }
131 void set( S32 value )
132 {
133 mType = TypeS32;

Callers 6

sampleMethod · 0.45
ScopeTrackerObjectMethod · 0.45
_initTrackingMethod · 0.45
castRayMethod · 0.45
_colorAverageFilterMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected