Difference between revisions of "TextureBase:getHeight"

From GiderosMobile
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/TextureBase|TextureBase]]<br/>
+
'''Class:''' [[TextureBase]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Returns the height of the texture in pixels.
 
Returns the height of the texture in pixels.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = TextureBase:getHeight()
 
(number) = TextureBase:getHeight()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 22:22, 5 September 2024