Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
void PathShape::setState(State s)
267
{
268
mState = s;
269
setMaskBits(StateMask);
270
}
271
272
S32 PathShape::getState()
273
{
Callers
1
pathShape.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected