Gets the height of the Texture.
== Function ==
=== Synopsis ===
<source lang="lua">
height = Texture:getHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The height of the Texture, in pixels.}}
== See Also ==
* [[parent::Texture]]
* [[Texture:getWidth]]
* [[Texture:getDimensions]]
[[Category:Functions]]
{{#set:Description=Gets the height of the Texture.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Texture:getHeight}}