{{newin|[[0.9.0]]|090|type=function}}
Gets the type of the Cursor.
== Function ==
=== Synopsis ===
<source lang="lua">
ctype = Cursor:getType( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|CursorType|ctype|The type of the Cursor.}}
== See Also ==
* [[parent::Cursor]]
[[Category:Functions]]
{{#set:Description=Gets the type of the Cursor.}}
== Other Languages ==
{{i18n|Cursor:getType}}