Module Engine

Engine constants


See also:

Tables

Engine
Engine specific information

Tables

Engine

Engine specific information

Fields:

  1. version string "Major.Minor.PatchSet" for releases, "Major.Minor.PatchSet-CommitNum-gHash branch" otherwise
  2. versionFull string "Major.Minor.PatchSet" for releases, "Major.Minor.PatchSet-CommitNum-gHash branch" otherwise. Will also include (buildFlags), if there're any.
  3. versionMajor string
    • Major part of the named release version
  4. versionMinor string
    • Minor part of the named release version
  5. versionPatchSet string
    • Build numbert of the named release version
  6. commitsNumber string
    • number of commits after the latest named release, non-zero indicates a "dev" build
  7. buildFlags string Gets additional engine buildflags, e.g. "Debug" or "Sync-Debug"
  8. FeatureSupport string table containing various engine features as keys; use for cross-version compat
  9. wordSize number indicates the build type always 64 these days