guiGetCursorType | Multi Theft Auto: Wiki Skip to content

guiGetCursorType

Client-side
Server-side
Shared

Manual Review Required

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.

OOP Syntax Help! I don't understand this!

Syntax

string guiGetCursorType ( )

Returns

  • string: value

Returns a string containing the cursor type:

Code Examples

shared

This example prints the current cursor type in the console.

outputConsole( guiGetCursorType( ) )

See Also

GUI Functions