Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isScopeLocal
Method
isScopeLocal
Engine/source/sim/netObject.h:495–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
}
494
495
inline bool NetObject::isScopeLocal() const
496
{
497
return mNetFlags.test(ScopeLocal);
498
}
499
500
inline bool NetObject::isScopeable() const
501
{
Callers
1
objectInScope
Method · 0.80
Calls
1
test
Method · 0.45
Tested by
no test coverage detected