Difference between revisions of "love.graphics.getScissor"
m |
m (Newin template) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{newin|[[0.4.0]]|040|type=function}} | ||
Gets the current scissor box. | Gets the current scissor box. | ||
== Function == | == Function == | ||
Line 15: | Line 16: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
* [[love.graphics.setScissor]] | * [[love.graphics.setScissor]] | ||
+ | * [[love.graphics.intersectScissor]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the current scissor box.}} | {{#set:Description=Gets the current scissor box.}} | ||
+ | {{#set:Sub-Category=State}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.graphics.getScissor}} | {{i18n|love.graphics.getScissor}} |
Latest revision as of 09:04, 31 December 2019
Available since LÖVE 0.4.0 |
This function is not supported in earlier versions. |
Gets the current scissor box.
Function
Synopsis
x, y, width, height = love.graphics.getScissor( )
Arguments
None.
Returns
number x
- The x-component of the top-left point of the box.
number y
- The y-component of the top-left point of the box.
number width
- The width of the box.
number height
- The height of the box.
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