Native referenceRedM

_BREAK_ROPE

0x4CFA2B7FAE115ECB PHYSICS
FUNCTION SIGNATURE
void _BREAK_ROPE(`ropeId` (int*), `ropeTop` (int*), `ropeBottom` (int*), `offsetX` (float), `offsetY` (float), `offsetZ` (float), `p6` (int));

Description: ropeTop returns top half of rope, ropeBottom returns bottom half of rope

Property Value
Native Name _BREAK_ROPE
Hash 0x4CFA2B7FAE115ECB
Return Type void
Build 1207
Parameters ropeId (int*), ropeTop (int*), ropeBottom (int*), offsetX (float), offsetY (float), offsetZ (float), p6 (int)

Parameters

  • ropeId (int*)
  • ropeTop (int*)
  • ropeBottom (int*)
  • offsetX (float)
  • offsetY (float)
  • offsetZ (float)
  • p6 (int)

Usage

Lua (Direct):

BreakRope(ropeId, ropeTop, ropeBottom, offsetX, offsetY, offsetZ, p6)

Lua (Hash):

Citizen.InvokeNative(0x4CFA2B7FAE115ECB, ropeId, ropeTop, ropeBottom, offsetX, offsetY, offsetZ, p6)

Back to PHYSICS