Rope::attachRopeToEntity

From RAGE Multiplayer Wiki
Revision as of 20:51, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The position supplied can be anywhere, and the entity should anchor relative to that point from it's origin.

Syntax

rope.attachRopeToEntity(rope, entity, x, y, z, p5);

Required Arguments

  • rope: Object handle or object
  • entity: Entity handle or object
  • x: float
  • y: float
  • z: float
  • p5: Boolean

Return value

  • Undefined

Example

todo

See also

Template:Rope function c