Native referenceRedM

_GET_ENTITIES_FROM_PROP_SET

0x738271B660FE0695 PROPSET
FUNCTION SIGNATURE
int _GET_ENTITIES_FROM_PROP_SET(`propSet` (PropSet), `itemSet` (ItemSet), `model` (Hash), `p3` (BOOL), `p4` (BOOL));
Property Value
Native Name _GET_ENTITIES_FROM_PROP_SET
Hash 0x738271B660FE0695
Return Type int
Build 1207
Parameters propSet (PropSet), itemSet (ItemSet), model (Hash), p3 (BOOL), p4 (BOOL)

Parameters

  • propSet (PropSet)
  • itemSet (ItemSet)
  • model (Hash)
  • p3 (BOOL)
  • p4 (BOOL)

Usage

Lua (Direct):

local result = GetEntitiesFromPropSet(propSet, itemSet, model, p3, p4)

Lua (Hash):

local result = Citizen.InvokeNative(0x738271B660FE0695, propSet, itemSet, model, p3, p4)

Back to PROPSET