{{newinoldin|[[0.9.0]]|090|[[0.10.0]]|100|type=function|text=Use [[love.graphics.getHeight]] or [[love.window.getMode]] instead}}
Gets the height of the window.
== Function ==
=== Synopsis ===
<source lang="lua">
height = love.window.getHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The height of the window.}}
== See Also ==
* [[parent::love.window]]
* [[love.window.getWidth]]
* [[love.window.getDimensions]]
* [[love.window.setMode]]
[[Category:Functions]]
{{#set:Description=Gets the height of the window.}}
== Other Languages ==
{{i18n|love.window.getHeight}}