Native referenceRedM

DOES_ENTITY_BELONG_TO_THIS_SCRIPT

0x622B1980CBE13332 ENTITY
FUNCTION SIGNATURE
BOOL DOES_ENTITY_BELONG_TO_THIS_SCRIPT(`entity` (Entity), `p1` (BOOL));
Property Value
Native Name DOES_ENTITY_BELONG_TO_THIS_SCRIPT
Hash 0x622B1980CBE13332
Return Type BOOL
Build 1207
Parameters entity (Entity), p1 (BOOL)

Parameters

  • entity (Entity)
  • p1 (BOOL)

Usage

Lua (Direct):

local result = DoesEntityBelongToThisScript(entity, p1)

Lua (Hash):

local result = Citizen.InvokeNative(0x622B1980CBE13332, entity, p1)

Back to ENTITY