mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Mapbase VScript server/client expansions
This commit is contained in:
@@ -344,6 +344,15 @@ void IGameSystem::PreClientUpdateAllSystems()
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef MAPBASE_VSCRIPT
|
||||
|
||||
void IGameSystem::RegisterVScriptAllSystems()
|
||||
{
|
||||
InvokeMethod( &IGameSystem::RegisterVScript );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Invokes a method on all installed game systems in proper order
|
||||
|
||||
Reference in New Issue
Block a user