-
-
Notifications
You must be signed in to change notification settings - Fork 5
BuildDetails
Anthony Headley edited this page Apr 19, 2020
·
1 revision
Returns a table of build information for the console software
Name | Description | Optional |
---|
table : ["GitHash"] = "98efd9f6db58d2846c87bdb6c8e8adf0401ec0a4" ["CompileDate"] = "Mar 27 2020" ["GitHead"] = "UnknownBranch" ["HostType"] = "onPC" ["CompileTime"] = "13:35:21" ["IsRelease"] = "true" ["CodeType"] = "Release" ["HostSubType"] = "Undefined"
...
local gitHash = BuildDetails()["GitHash"]
Echo ("Release Hash: " ..gitHash) -- Release Hash: 98efd9f6db58d2846c87bdb6c8e8adf0401ec0a4