Difference between revisions of "Quad:flip"

Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Flips this quad horizontally, vertically, or both.}}
 
{{#set:Description=Flips this quad horizontally, vertically, or both.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Quad:flip}}
 
{{i18n|Quad:flip}}

Revision as of 10:09, 25 March 2011

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