GUIButton.Visible
From Liberty Unleashed Wiki
This member variable sets/returns whether the GUI button is visible on screen. Note that if this button has a parent element, its Visible member will override this setting.
Syntax
bool GUIButton.Visible
GUIButton.Visible = bool bShow
Arguments
- bShow - This boolean value will either show or hide the button
Example 1. Returning
This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
Some explanation here
-- todo
Notes
-- List of used functions and other notes here.
Example 2. Setting
This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
Some explanation here too
-- todo
Notes
-- List of used functions and other notes here.