Rope::attachEntitiesToRope: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Attaches entity 1 to entity 2.
Attaches entity 1 to entity 2.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">rope.attachEntitiesToRope(rope, ent1, ent2, ent1_x, ent1_y, ent1_z, ent2_x, ent2_y, ent2_z, length, p10, p11, p12, p13);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.rope.attachEntitiesToRope(rope, ent1, ent2, ent1_x, ent1_y, ent1_z, ent2_x, ent2_y, ent2_z, length, p10, p11, p12, p13);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''rope:''' Object handle or object
*'''rope:''' Object handle or object
Line 21: Line 21:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Rope_function_c}}
{{Rope_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 10:49, 12 May 2024