Skip to main content

Rope::pinRopeVertex

Syntax​

```js 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​

```js // todo ```

See also​