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: Difference between revisions

From Fightorder
luainter>Master-athmos
Updated page with new anchorable templates
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:52, 23 February 2026

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