Native referenceRedM

_IS_ROPE_BROKEN

0x79C2BEC82CFD7F7F PHYSICS
FUNCTION SIGNATURE
BOOL _IS_ROPE_BROKEN(`ropeId` (int));
Property Value
Native Name _IS_ROPE_BROKEN
Hash 0x79C2BEC82CFD7F7F
Return Type BOOL
Build 1207
Parameters ropeId (int)

Parameters

  • ropeId (int)

Usage

Lua (Direct):

local result = IsRopeBroken(ropeId)

Lua (Hash):

local result = Citizen.InvokeNative(0x79C2BEC82CFD7F7F, ropeId)

Back to PHYSICS