-
-
Notifications
You must be signed in to change notification settings - Fork 5
HostType
Anthony Headley edited this page Apr 19, 2020
·
1 revision
HostType
⚠ Need more information ⚠ Returns the type of hardware the software is running on. Need more information about PU
Name | Description | Optional |
---|
string: "onPC" if onPC string: "Console" if on a grandMA3 Light ...
local hostType = HostType()
Echo("Software is running on " .. hostType)