Rope::pinRopeVertex
Syntax
mp.game.rope.pinRopeVertex(rope, vertex, x, y, z);
Required Arguments
- rope: Object handle or object
- vertex: int
- x: float
- y: float
- z: float
Return value
- Undefined
Example
// todo
mp.game.rope.pinRopeVertex(rope, vertex, x, y, z);
// todo