ropes

From Bohemia Interactive Community
Revision as of 05:02, 17 October 2014 by Benargee (talk | contribs) (dev)
Jump to navigation Jump to search
-wrong parameter ("arma 3 dev") defined!-[[:Category:Introduced with arma 3 dev version 1.33|1.33]]
Hover & click on the images for description

Description

Description:
Returns a vehicle's rope objects in an Array.
Groups:
Uncategorised

Syntax

Syntax:
ropes vehicle
Parameters:
vehicle: Object
Return Value:
Array

Examples

Example 1:
hint str (ropes vehicle player);
Example 2:
_rope1 = (ropes heli1) select 0;

Additional Information

See also:
canSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

[[Category:Introduced with arma 3 dev version 1.33]][[ Category: arma 3 dev: New Scripting Commands | ROPES]][[ Category: arma 3 dev: Scripting Commands | ROPES]]

Notes

Posted on 05 April, 2014
Waffle SS.

The ropes command seems to return each individual sling load rope. ropes will return an empty Array if the sling load ropes are not deployed. Ropes as of A3 1.33 have a cfgVehicles classname of "Rope".

Bottom Section