Exposed Mapbase version integer to VScript

This commit is contained in:
Blixibon 2022-03-08 19:14:53 -06:00
parent 4f7cac8178
commit 2aa17fff22

View File

@ -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