guiGetCursorType | Multi Theft Auto: Wiki Skip to content

guiGetCursorType

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function is used to get the type of the current cursor image.

Syntax

guiGetCursorType ( )

Code Examples

client

This example prints the current cursor type in the console.

outputConsole( guiGetCursorType( ) )

See Also

GUI Functions