GUIButton.Flags

From Liberty Unleashed Wiki
Revision as of 22:17, 9 September 2011 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.

Syntax

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

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

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.  

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

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox