ropeUnwind: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added ropeUnwind command documentation based on ingame documentation and experimentation)
 
m (dev)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma 3 |= Game name
| arma 3 dev|= Game name


|1.33|= Game version
|1.33|= Game version

Revision as of 05:16, 17 October 2014

-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:
Unwind rope to target length. Use relative parameter for changing rope length +/- from current length
Groups:
Uncategorised

Syntax

Syntax:
ropeUnwind [rope, speed, targetLength, relative]
Parameters:
rope: Object
speed: Number
targetLength: Number
relative: (optional) Boolean
Return Value:
Nothing

Examples

Example 1:
ropeUnwind [ ropes heli1 select 0, 3, 10];//set rope length to 10m at 3m/s
Example 2:
ropeUnwind [ ropes heli1 select 0, 3, -5, true];//decrease rope length by 5m at 3m/s

Additional Information

See also:
ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionsetSlingLoadslingLoadAssistantShown

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 | ROPEUNWIND]][[ Category: arma 3 dev: Scripting Commands | ROPEUNWIND]]

Notes

Bottom Section