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

Method isScopeable

Engine/source/sim/netObject.h:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500inline bool NetObject::isScopeable() const
501{
502 return mNetFlags.test(Ghostable) && !mNetFlags.test(ScopeAlways);
503}
504
505inline bool NetObject::isGhostable() const
506{

Callers 9

scopeCallbackFunction · 0.80
onCameraScopeQueryMethod · 0.80
_scopeCallbackFunction · 0.80
init_constraintsMethod · 0.80
enter_linger_state_sMethod · 0.80
onDeleteNotifyMethod · 0.80
addObjectConstraintMethod · 0.80
remapObjectConstraintMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected