Merge branch 'development' into issue_2115

This commit is contained in:
Bloodknight 2018-02-05 15:59:33 +00:00 committed by GitHub
commit 20eefee3cd
511 changed files with 30496 additions and 151320 deletions

View file

@ -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();
}