Difference between revisions of "Quad:getViewport"

m (Desc for "y" should be top-left, not top-right)
m (See Also)
 
Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::Quad]]
 
* [[parent::Quad]]
 +
* [[Quad:setViewport]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current viewport of this Quad.}}
 
{{#set:Description=Gets the current viewport of this Quad.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Quad:getViewport}}
 
{{i18n|Quad:getViewport}}

Latest revision as of 14:10, 23 June 2019

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-left corner along the y-axis.
number w
The width of the viewport.
number h
The height of the viewport.

See Also


Other Languages