Merge branch 'development' into NetworkedFields

This commit is contained in:
Areloch 2018-02-14 00:11:32 -06:00 committed by GitHub
commit 2e6f0bde1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
189 changed files with 15543 additions and 3896 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();
}