lovr.system.getOS
EditReturns the current operating system.
os = lovr.system.getOS()
Arguments
None
Returns
Name | Type | Description |
os | string | Either "Windows", "macOS", "Linux", "Android" or "Web". |
Returns the current operating system.
os = lovr.system.getOS()
None
Name | Type | Description |
os | string | Either "Windows", "macOS", "Linux", "Android" or "Web". |