mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-13 15:27:56 +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_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
|
// Math/world
|
||||||
|
Loading…
x
Reference in New Issue
Block a user