Difference between revisions of "Quad:getViewport"
Max kitsch (talk | contribs) |
m (→See Also) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Gets the current viewport of this Quad. | |
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="lua"> | <source lang="lua"> | ||
x, y, w, h = Quad:getViewport( ) | x, y, w, h = Quad:getViewport( ) | ||
</source> | </source> | ||
− | === | + | === Arguments === |
− | + | None. | |
− | === | + | === Returns === |
− | {{param|number|x| | + | {{param|number|x|The top-left corner along the x-axis.}} |
− | {{param|number|y| | + | {{param|number|y|The top-left corner along the y-axis.}} |
− | {{param|number|w| | + | {{param|number|w|The width of the viewport.}} |
− | {{param|number|h| | + | {{param|number|h|The height of the viewport.}} |
− | == | + | == See Also == |
− | * [[parent:: | + | * [[parent::Quad]] |
+ | * [[Quad:setViewport]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info