GetProperty

From VisionaireWiki
Revision as of 12:24, 21 August 2012 by Alex (talk | contribs) (Created page with "==getProperty== Return the requested property. Lua Syntax: <pre>getProperty(property)</pre> ===Arguments=== ====property==== :'''"string"''' - The requested property to retrie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.