| Property | Value |
|---|---|
| Native Name | _IS_ROPE_ATTACHED_TO_ENTITY |
| Hash | 0x9B4F7E3E4F9C77B3 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | ropeId (int), entity (Entity) |
Parameters
ropeId(int)entity(Entity)
Usage
Lua (Direct):
local result = IsRopeAttachedToEntity(ropeId, entity)
Lua (Hash):
local result = Citizen.InvokeNative(0x9B4F7E3E4F9C77B3, ropeId, entity)