mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Adds a engine method to clear the scopeAlways flag on netObjects
This commit is contained in:
parent
efbd5fb451
commit
524556fe30
1 changed files with 5 additions and 0 deletions
|
|
@ -493,3 +493,8 @@ void NetObject::removeScopeRef()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DefineEngineMethod(NetObject, clearScopeAlways, void, (), ,
|
||||||
|
"@brief Clears the scope always flag on this object.\n\n")
|
||||||
|
{
|
||||||
|
object->clearScopeAlways();
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue