Difference between revisions of "Quad:flip"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Flips this quad horizontally, vertically, or both.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::Quad]]
 
* [[parent::Quad]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Flips this quad horizontally, vertically, or both.}}

Revision as of 16:17, 14 February 2010

Flips this quad horizontally, vertically, or both.

Function

Synopsis

Quad:flip( x, y )

Arguments

boolean x
True to flip horizontally, false to leave as-is.
boolean y
True to flip vertically, false to leave as-is.

Returns

Nothing.

See Also