Native referenceRedM

ROPE_FORCE_LENGTH

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

Description: ``` Forces a rope to a certain length.


### Usage

**Lua (Direct):**
```lua
RopeForceLength(ropeId, length)

Lua (Hash):

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