SendGUILayerToFront

From Liberty Unleashed Wiki
Revision as of 01:19, 18 October 2010 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 function brings a previously created GUI layer to front. Possible element types (later referred as GUIElement) are either GUIEditbox, GUILabel, GUIMemobox, GUISprite or GUIWindow. The layer must be first created using AddGUILayer.

Syntax

  1. bool SendGUILayerToFront( GUIElement element )

Arguments

  • element - This is the GUI element you wish to move the layer for. If an invalid element type is used this function will throw an error

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Explanation here.

  1.  
  2. -- todo
  3.  

Notes

Used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox