Merge branch 'development' into NetworkedFields

This commit is contained in:
Areloch 2018-02-14 00:11:32 -06:00 committed by GitHub
commit 7e00785b6e
177 changed files with 15502 additions and 3878 deletions

View file

@ -581,4 +581,10 @@ void NetObject::addNetworkedField(const char* in_pFieldname,
f.table = conType->getEnumTable();
sg_tempFieldList.push_back(f);
}
DefineEngineMethod(NetObject, clearScopeAlways, void, (), ,
"@brief Clears the scope always flag on this object.\n\n")
{
object->clearScopeAlways();
}