MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setState

Method setState

Engine/source/T3D/pathShape.cpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void PathShape::setState(State s)
267{
268 mState = s;
269 setMaskBits(StateMask);
270}
271
272S32 PathShape::getState()
273{

Callers 1

pathShape.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected