Native referenceRedM

GET_CURRENT_PED_WEAPON_ENTITY_INDEX

0x3B390A939AF0B5FC WEAPON
FUNCTION SIGNATURE
Entity GET_CURRENT_PED_WEAPON_ENTITY_INDEX(Ped ped);
Property Value
Native Name GET_CURRENT_PED_WEAPON_ENTITY_INDEX
Hash 0x3B390A939AF0B5FC
Return Type Entity
Build 1207
Parameters ped (Ped)

Description: Returns weaponObject, attachPoint: see SET_CURRENT_PED_WEAPON

Usage

Lua (Direct):

local result = GetCurrentPedWeaponEntityIndex(ped)

Lua (Hash):

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