mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-25 14:25:32 +03:00
Exposed Mapbase version integer to VScript
This commit is contained in:
parent
4f7cac8178
commit
2aa17fff22
@ -460,6 +460,7 @@ void RegisterBaseBindings( IScriptVM *pVM )
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
ScriptRegisterConstant( pVM, MAPBASE_VERSION, "The current Mapbase version according to when the VScript library was last compiled." );
|
||||
ScriptRegisterConstant( pVM, MAPBASE_VER_INT, "The current Mapbase version integer according to when the VScript library was last compiled." );
|
||||
|
||||
//
|
||||
// Math/world
|
||||
|
Loading…
Reference in New Issue
Block a user