Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setInScope
Method
setInScope
Engine/source/util/scopeTracker.h:186–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
///
186
void setInScope( U32 dimension, bool state ) { mScopeMask.mBytes[ dimension ] = ( state ? 1 : 0 ); }
187
188
///
189
void clearScopeMask() { mScopeMask.mDWord = 0; }
Callers
3
_moveTrackingNode
Method · 0.80
_setScope
Method · 0.80
_initTracking
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected