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:
Deletions:
UI_SetElementVisible(<sTableName>, <sElementName>, <bVisibility>)
Turns a named element's visibility on or off.
UI_SetElementVisible("MissionSelect", "frmgr1mmapbtga", 1)
<sTableName>: the name of the table and/or the LUA file.
<sElementName>: the element's name.
<bVisibility>: visibility on or off (boolian).
Edited on 2004-02-09 09:10:10 by MiKail
Additions:
<sTableName>: the name of the table and/or the LUA file.
Deletions:
<sTableName>: the name of the table (also the name of the LUA file).
Edited on 2004-02-06 19:41:04 by MiKail
Additions:
<sElementName>: the element's name.
Deletions:
<sElementName>: the elements name.
Edited on 2004-02-06 19:40:45 by MiKail
Additions:
Turns a named element's visibility on or off.
Deletions:
Sets a named element's visibility to either on or off.
Edited on 2004-02-06 19:40:11 by MiKail
Additions:
UI_SetElementVisible("MissionSelect", "frmgr1mmapbtga", 1)
Deletions:
UI_SetElementVisible("CreditsScreen", "frmgr1mmapbtga", 1)
Edited on 2004-02-06 19:38:33 by MiKail
No differences.
Edited on 2004-02-06 19:38:25 by MiKail
Additions:
UI_SetElementVisible(<sTableName>, <sElementName>, <bVisibility>)
Description
Sets a named element's visibility to either on or off.
Example
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
::
::