HostType - hossimo/GMA3Plugins GitHub Wiki

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)