Skip to content

BuildDetails

Anthony Headley edited this page Apr 19, 2020 · 1 revision

BuildDetails() : table

Brief:

Returns a table of build information for the console software

Paramiters:

Name Description Optional

Returns:

table : ["GitHash"] = "98efd9f6db58d2846c87bdb6c8e8adf0401ec0a4" ["CompileDate"] = "Mar 27 2020" ["GitHead"] = "UnknownBranch" ["HostType"] = "onPC" ["CompileTime"] = "13:35:21" ["IsRelease"] = "true" ["CodeType"] = "Release" ["HostSubType"] = "Undefined"

...

Examples:

    local gitHash = BuildDetails()["GitHash"]
    Echo ("Release Hash: " ..gitHash) -- Release Hash: 98efd9f6db58d2846c87bdb6c8e8adf0401ec0a4
Clone this wiki locally