| 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)