-
-
Notifications
You must be signed in to change notification settings - Fork 5
HostSubType
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
⚠ Need more information ⚠ if on MA hardware retunrs the type of hardware. Only tested on MA3 Light could use more details for other hardware types (PU, CompactXT )
Name | Description | Optional |
---|
string: "Undefinded" if onPC string: "Light" if on a grandMA3 Light ...
local consoleType = HostSubType()
if consoleType == "Undefined" then
Echo("This is onPC or unknown")
else
Echo("This is on a " .. consoleType)
end