Difference between revisions of "Texture:getWidth"

(Created page)
 
m
 
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::Texture]]
 
* [[parent::Texture]]
 +
* [[Texture:getHeight]]
 +
* [[Texture:getDimensions]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the Texture.}}
 
{{#set:Description=Gets the width of the Texture.}}

Latest revision as of 01:39, 19 July 2017

Gets the width of the Texture.

Function

Synopsis

width = Texture:getWidth( )

Arguments

None.

Returns

number width
The width of the Texture, in pixels.

See Also


Other Languages