MCPcopy 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
495inline bool NetObject::isScopeLocal() const
496{
497 return mNetFlags.test(ScopeLocal);
498}
499
500inline bool NetObject::isScopeable() const
501{

Callers 1

objectInScopeMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected