Difference between revisions of "love.graphics.getHeight"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the height of the window.}}
 
{{#set:Description=Gets the height of the window.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getHeight}}
 
{{i18n|love.graphics.getHeight}}

Revision as of 10:15, 25 March 2011

Gets the height of the window.

Function

Synopsis

height = love.graphics.getHeight( )

Arguments

None.

Returns

number height
The height of the window.

See Also


Other Languages