GetProperty
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
getProperty
Return the requested property.
Lua Syntax:
getProperty(property)
Arguments
property
- "string" - The requested property to retrieve. Currently supported properties: "platform" ("win"/"mac"),
- "steam_initialized" (true/false depending if the steam_api was loaded and client is connected, false if the operation failed).
Flags
Return Values
- property
- requested property value.