Squirrel/Client/Functions/GUIButton/Flags

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUIButton.Flags}} {{ScriptingChangesIn0.1.0.10}} This GUIButton member variable sets/returns the current flags of the button. Flags change the appereance of a GU…')
 

Latest revision as of 22:17, 9 September 2011

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This GUIButton member variable sets/returns the current flags of the button. Flags change the appereance of a GUI element.

[edit] Syntax

  1. int GUIButton.Flags
  1. GUIButton.Flags = int flags

[edit] Arguments

  • flags - An integer value for flags (constants list)
    • FLAG_NONE - Resets the flags
    • FLAG_COLOURING - Enables text colour tags for this element
    • FLAG_SHADOW - Add shadowing behind the text

[edit] 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

  1.  
  2. -- todo
  3.  

[edit] Notes

-- List of used functions and other notes here.

[edit] 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

  1.  
  2. -- todo
  3.  

[edit] Notes

-- List of used functions and other notes here.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox