mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Merge branch 'development' into issue_2115
This commit is contained in:
commit
c8e9b85ed3
520 changed files with 30537 additions and 151323 deletions
|
|
@ -499,3 +499,9 @@ void NetObject::removeScopeRef()
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
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