{{newin|[[11.0]]|110|type=function}}
Gets the [[TextureType|type]] of the Texture.
== Function ==
=== Synopsis ===
<source lang="lua">
texturetype = Texture:getTextureType( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|TextureType|texturetype|The type of the Texture.}}
== See Also ==
* [[parent::Texture]]
[[Category:Functions]]
{{#set:Description=Gets the [[TextureType|type]] of the Texture.}}
== Other Languages ==
{{i18n|Texture:getTextureType}}