Difference between revisions of "love.graphics.pop"

m (Fixed two typos)
Line 20: Line 20:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Pops the current coordinate transformation from the transformation stack.}}
 
{{#set:Description=Pops the current coordinate transformation from the transformation stack.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.pop}}
 
{{i18n|love.graphics.pop}}

Revision as of 10:18, 25 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