Native referenceRedM

_ADD_ROPE_2

0xE9C59F6809373A99 PHYSICS
FUNCTION SIGNATURE
int _ADD_ROPE_2(`x` (float), `y` (float), `z` (float), `rotX` (float), `rotY` (float), `rotZ` (float), `length` (float), `ropeType` (int), `isNetworked` (BOOL), `p9` (int), `p10` (float));
Property Value
Native Name _ADD_ROPE_2
Hash 0xE9C59F6809373A99
Return Type int
Build 1207
Parameters x (float), y (float), z (float), rotX (float), rotY (float), rotZ (float), length (float), ropeType (int), isNetworked (BOOL), p9 (int), p10 (float)

Parameters

  • x (float)
  • y (float)
  • z (float)
  • rotX (float)
  • rotY (float)
  • rotZ (float)
  • length (float)
  • ropeType (int)
  • isNetworked (BOOL)
  • p9 (int)
  • p10 (float)

Usage

Lua (Direct):

local result = AddRope2(x, y, z, rotX, rotY, rotZ, length, ropeType, isNetworked, p9, p10)

Lua (Hash):

local result = Citizen.InvokeNative(0xE9C59F6809373A99, x, y, z, rotX, rotY, rotZ, length, ropeType, isNetworked, p9, p10)

Back to PHYSICS