Native referenceRedM

_ROPE_FORCE_LENGHT

0x1FC92BDBA1106BD2 PHYSICS
FUNCTION SIGNATURE
void _ROPE_FORCE_LENGHT(int ropeId, float length);
Property Value
Native Name _ROPE_FORCE_LENGHT
Hash 0x1FC92BDBA1106BD2
Return Type void
Build 1207
Parameters ropeId (int), length (float)

Usage

Lua (Direct):

RopeForceLenght(ropeId, length)

Lua (Hash):

Citizen.InvokeNative(0x1FC92BDBA1106BD2, ropeId, length)
Back to PHYSICS