Squirrel/Client/Functions/GUILayers/SendGUILayerToFront

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|SendGUILayerToFront}} This function brings a previously created GUI layer to front. Possible element types (later referred as ''GUIElement'') are either ''GUIEdiā€¦')
 

Latest revision as of 01:19, 18 October 2010

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.

[edit] Syntax

  1. bool SendGUILayerToFront( GUIElement element )

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

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

[edit] Notes

Used functions and other notes here.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox