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

Method isInScope

Engine/source/util/scopeTracker.h:180–180  ·  view source on GitHub ↗

Return true if the reference center lies within the object bound's on all axes.

Source from the content-addressed store, hash-verified

178
179 /// Return true if the reference center lies within the object bound's on all axes.
180 bool isInScope() const { return ( mScopeMask.mDWord == AllInScope ); }
181
182 ///
183 bool isInScope( U32 dimension ) const { return mScopeMask.mBytes[ dimension ]; }

Callers 7

unregisterObjectMethod · 0.80
updateObjectMethod · 0.80
_moveTrackingNodeMethod · 0.80
_setScopeMethod · 0.80
_initTrackingMethod · 0.80
_uninitTrackingMethod · 0.80
debugDumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected