Native referenceRedMclient

_POINTER_IS_LEFT_BUTTON_HELD

0x61CAE9D1FD055E44 INTERACTION
FUNCTION SIGNATURE
BOOL _POINTER_IS_LEFT_BUTTON_HELD(/* parameters not documented */);
Property Value
Native Name _POINTER_IS_LEFT_BUTTON_HELD
Hash 0x61CAE9D1FD055E44
Return Type BOOL
Build 1207
API Set client

Description: Returns true if player is holding LMB while cursor is active _PI* - _PO*

Usage

Lua (Direct):

local result = PointerIsLeftButtonHeld()

Lua (Hash):

local result = Citizen.InvokeNative(0x61CAE9D1FD055E44)
Back to INTERACTION