Squirrel/Client/Functions/GUISprite/Rotation

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|GUISprite.Alpha}} This member variable sets/returns the rotation of the GUI sprite. Use this function together with [[Squirrel/Client/Functions/GUISprite/Rotatio…')
 
m (Wrong title)
 
Line 1: Line 1:
{{Squirrel/Title|GUISprite.Alpha}}
+
{{Squirrel/Title|GUISprite.Rotation}}
 
This member variable sets/returns the rotation of the GUI sprite. Use this function together with [[Squirrel/Client/Functions/GUISprite/RotationCentre|GUISprite.RotationCentre]].
 
This member variable sets/returns the rotation of the GUI sprite. Use this function together with [[Squirrel/Client/Functions/GUISprite/RotationCentre|GUISprite.RotationCentre]].
  

Latest revision as of 02:44, 11 December 2010

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

This member variable sets/returns the rotation of the GUI sprite. Use this function together with GUISprite.RotationCentre.

[edit] Syntax

  1. float GUISprite.Rotation
  1. GUISprite.Rotation = float rotation

[edit] Arguments

  • rotation - The rotation of the sprite in degrees.

[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