mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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