Difference between revisions of "love.graphics.pop"
m |
m (Fixed two typos) |
||
Line 1: | Line 1: | ||
Pops the current coordinate transformation from the transformation stack. | Pops the current coordinate transformation from the transformation stack. | ||
− | This | + | This function is always used to reverse a previous [[love.graphics.push|push]] operation. It returns the current transformation state to what it was before the last preceding push. For an example, see the description of love.graphics.push . |
== Function == | == Function == |
Revision as of 03:13, 7 March 2011
Pops the current coordinate transformation from the transformation stack.
This function is always used to reverse a previous push operation. It returns the current transformation state to what it was before the last preceding push. For an example, see the description of love.graphics.push .
Function
Synopsis
love.graphics.pop()
Arguments
None
Returns
Nothing.
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