Difference between revisions of "Quad:getViewport"

 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
Gets the current viewport of this Quad.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 16: Line 15:
 
* [[parent::Quad]]
 
* [[parent::Quad]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the current viewport of this Quad.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Quad:getViewport}}

Revision as of 14:41, 18 March 2012

Gets the current viewport of this Quad.

Function

Synopsis

x, y, w, h = Quad:getViewport( )

Arguments

None.

Returns

number x
The top-left corner along the x-axis.
number y
The top-right corner along the y-axis.
number w
The width of the viewport.
number h
The height of the viewport.

See Also


Other Languages