{{oldin|[[0.9.0]]|090|type=function}}
Flips this quad horizontally, vertically, or both.
== Function ==
=== Synopsis ===
<source lang="lua">
Quad:flip( x, y )
</source>
=== Arguments ===
{{param|boolean|x|True to flip horizontally, false to leave as-is.}}
{{param|boolean|y|True to flip vertically, false to leave as-is.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Quad]]
[[Category:Functions]]
{{#set:Description=Flips this quad horizontally, vertically, or both.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Quad:flip}}