Native referenceRedM

_ROPE_GET_FORCED_LENGTH

0x3D69537039F8D824 PHYSICS
FUNCTION SIGNATURE
float _ROPE_GET_FORCED_LENGTH(`ropeId` (int));
Property Value
Native Name _ROPE_GET_FORCED_LENGTH
Hash 0x3D69537039F8D824
Return Type float
Build 1207
Parameters ropeId (int)

Parameters

  • ropeId (int)

Usage

Lua (Direct):

local result = RopeGetForcedLength(ropeId)

Lua (Hash):

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

Back to PHYSICS