Native referenceRedM

_GET_NUM_PEDS_RESTRAINED_FROM_WEAPON_BOLAS

0x46D42883E873C1D7 WEAPON
FUNCTION SIGNATURE
int _GET_NUM_PEDS_RESTRAINED_FROM_WEAPON_BOLAS(`ped` (Ped));

Description: returns the amount of peds that were restrained with the weapon thrown bolas

Property Value
Native Name _GET_NUM_PEDS_RESTRAINED_FROM_WEAPON_BOLAS
Hash 0x46D42883E873C1D7
Return Type int
API Set client
Build 1232
Parameters ped (Ped)

Parameters

  • ped (Ped)

Usage

Lua (Direct):

local result = GetNumPedsRestrainedFromWeaponBolas(ped)

Lua (Hash):

local result = Citizen.InvokeNative(0x46D42883E873C1D7, ped)

Back to WEAPON