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

Method removeScopeRef

Engine/source/sim/netObject.cpp:491–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void NetObject::removeScopeRef()
492{
493 if (mScope_refs == 0)
494 return;
495 mScope_refs--;
496 if (mScope_refs == 0)
497 {
498 mScope_id = 0;
499 onScopeIdChange();
500 }
501}
502#endif
503
504//Networked fields

Callers 2

removeScopeableObjectMethod · 0.80
clearAllScopeableObjsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected