Native referenceRedM

_IS_ROPE_ATTACHED_TO_ENTITY

0x9B4F7E3E4F9C77B3 PHYSICS
FUNCTION SIGNATURE
BOOL _IS_ROPE_ATTACHED_TO_ENTITY(`ropeId` (int), `entity` (Entity));
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)

Back to PHYSICS