Native referenceRedM

_GET_AMMO_IN_CLIP_BY_INVENTORY_UID

0x678F00858980F516 WEAPON
FUNCTION SIGNATURE
BOOL _GET_AMMO_IN_CLIP_BY_INVENTORY_UID(`ped` (Ped), `ammo` (int*), `inventoryUid` (Any*));
Property Value
Native Name _GET_AMMO_IN_CLIP_BY_INVENTORY_UID
Hash 0x678F00858980F516
Return Type BOOL
Build 1207
Parameters ped (Ped), ammo (int*), inventoryUid (Any*)

Parameters

  • ped (Ped)
  • ammo (int*)
  • inventoryUid (Any*)

Usage

Lua (Direct):

local result = GetAmmoInClipByInventoryUid(ped, ammo, inventoryUid)

Lua (Hash):

local result = Citizen.InvokeNative(0x678F00858980F516, ped, ammo, inventoryUid)

Back to WEAPON