Native referenceRedMclient

_GET_PED_CURRENT_HELD_WEAPON

0x8425C5F057012DAB WEAPON
FUNCTION SIGNATURE
Hash _GET_PED_CURRENT_HELD_WEAPON(Ped ped);
Property Value
Native Name _GET_PED_CURRENT_HELD_WEAPON
Hash 0x8425C5F057012DAB
Return Type Hash
Build 1207
API Set client
Parameters ped (Ped)

Description: Returns eCurrentHeldWeapon _GET_R* - _GET_T*

Usage

Lua (Direct):

local result = GetPedCurrentHeldWeapon(ped)

Lua (Hash):

local result = Citizen.InvokeNative(0x8425C5F057012DAB, ped)
Back to WEAPON