Difference between revisions of "Quad:flip"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Flips this quad horizontally, vertically, or both.
 
Flips this quad horizontally, vertically, or both.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Flips this quad horizontally, vertically, or both.}}
 
{{#set:Description=Flips this quad horizontally, vertically, or both.}}
 +
== Other Languages ==
 +
{{i18n|Quad:flip}}

Revision as of 19:25, 18 November 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

Other Languages