Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
Most recent edit on 2005-08-09 15:43:15 by MiKail

Additions:
<bVisibility>: boolian (0 = invisible, 1 = visible).

Deletions:
<bVisibility>: visibility on or off (boolian).



Edited on 2005-08-09 15:42:35 by MiKail

Additions:
UI_SetElementVisible(<sScreenName>, <sElementName>, <bVisibility>)
Sets the visibility of the named screen element on the named screen.
UI_SetElementVisible("MissionSelect", "frmgr1mmapbtga", 1)
<sScreenName>: the name of a screen.
<sElementName>: the name of a screen element.
<bVisibility>: visibility on or off (boolian).
Related Pages:


Description
Sets a named element's visibility to either on or off.

Example
UI_SetElementVisible("CreditsScreen", "frmgr1mmapbtga", 1)

Arguments
<sTableName>: the name of the table (also the name of the LUA file).
<sElementName>: the elements name.
<bVisibility>: visibility on or off (boolian).

Deletions:
To be filled in later. -Thought



Oldest known version of this page was edited on 2003-10-21 20:45:49 by ThoughtProcess []
Page view:
To be filled in later. -Thought
:: ::