Description: Returns true if calling script owns specified entity
| Property | Value |
|---|---|
| Native Name | _DOES_THREAD_OWN_THIS_ENTITY |
| Hash | 0x88AD6CC10D8D35B2 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | entity (Entity) |
Parameters
entity(Entity)
Usage
Lua (Direct):
local result = DoesThreadOwnThisEntity(entity)
Lua (Hash):
local result = Citizen.InvokeNative(0x88AD6CC10D8D35B2, entity)