GetProperty: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(Created page with "==getProperty== Return the requested property. Lua Syntax: <pre>getProperty(property)</pre> ===Arguments=== ====property==== :'''"string"''' - The requested property to retrie...")
 
(No difference)

Latest revision as of 12:24, 21 August 2012

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.