GuiSetVisible

From Multi Theft Auto: Wiki
Revision as of 17:56, 13 February 2007 by Jbeta (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function changes the visibility state of a GUI element.

Syntax

bool guiSetVisible ( element gui, bool visible )

Required Arguments

  • gui: the GUI element whose visibility is to be changed
  • visible: the new visibility state

Returns

Returns true if the element's visibility could be changed, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows