Module Engine
Engine constants
See also:
Tables
- Engine
- Engine specific information
Tables
Engine
Engine specific information
Fields:
-
version
string "Major.Minor.PatchSet" for releases, "Major.Minor.PatchSet-CommitNum-gHash branch" otherwise -
versionFull
string "Major.Minor.PatchSet" for releases, "Major.Minor.PatchSet-CommitNum-gHash branch" otherwise. Will also include (buildFlags), if there're any. -
versionMajor
string- Major part of the named release version
-
versionMinor
string- Minor part of the named release version
-
versionPatchSet
string- Build numbert of the named release version
-
commitsNumber
string- number of commits after the latest named release, non-zero indicates a "dev" build
-
buildFlags
string Gets additional engine buildflags, e.g. "Debug" or "Sync-Debug" -
FeatureSupport
string table containing various engine features as keys; use for cross-version compat -
wordSize
number indicates the build type always 64 these days