Native referenceRedMclient

SET_MOUSE_CURSOR_STYLE

0x7F5858AAB5A58CCE INTERACTION
FUNCTION SIGNATURE
void SET_MOUSE_CURSOR_STYLE(int spriteId);
Property Value
Native Name SET_MOUSE_CURSOR_STYLE
Hash 0x7F5858AAB5A58CCE
Return Type void
Build 1207
API Set client
Parameters spriteId (int)

Description: Changes the mouse cursor's sprite.

spriteId's: https://github.com/femga/rdr3_discoveries/tree/master/graphics/HUD/cursor_sprites#readme

Old name: _SET_MOUSE_CURSOR_SPRITE

Usage

Lua (Direct):

SetMouseCursorStyle(spriteId)

Lua (Hash):

Citizen.InvokeNative(0x7F5858AAB5A58CCE, spriteId)
Back to INTERACTION