GetProperty

From VisionaireWiki
Jump to navigation Jump to search

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.