Native referenceRedMclient

_INVENTORY_APPLY_WEAPON_STATS_TO_ENTRY

0x75CFAC49301E134E INVENTORY
FUNCTION SIGNATURE
void _INVENTORY_APPLY_WEAPON_STATS_TO_ENTRY(`entryId` (int), `weapon` (Hash), `ped` (Ped));
Property Value
Native Name _INVENTORY_APPLY_WEAPON_STATS_TO_ENTRY
Hash 0x75CFAC49301E134E
Return Type void
Build 1207
API Set client

Description: Apply the weapon stats to the CatalogItemInspection stats entry id. get databindingEntryId with _INVENTORY_GET_CATALOG_ITEM_INSPECTION_STATS_ENTRY

Usage

Lua (Direct):

InventoryApplyWeaponStatsToEntry()

Lua (Hash):

Citizen.InvokeNative(0x75CFAC49301E134E)
Back to INVENTORY