Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Lua ConstEngine

From Fightorder

Development < Lua Scripting < Lua ConstEngine

Engine

string Engine.version

Returns the same as `spring --sync-version`, e.g. "92"


string Engine.versionFull


string Engine.versionPatchSet


string Engine.buildFlags

(unsynced only) Gets additional engine buildflags, e.g. "OMP" or "MT-Sim DEBUG"


number Engine.wordSize

indicates the build type and is either 32 or 64 (or 0 in synced code)
Contents