Skip to content

HostType

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

HostType

HostType() : string

Brief:

Need more information ⚠ Returns the type of hardware the software is running on. Need more information about PU

Paramiters:

Name Description Optional

Returns:

string: "onPC" if onPC string: "Console" if on a grandMA3 Light ...

Examples:

local hostType = HostType()
    Echo("Software is running on " .. hostType)
Clone this wiki locally