ropeUnwind [rope, speed, targetLength, relative]

Operand types

[rope, speed, targetLength, relative]: Array

Type of returned value

Description

Unwind rope to target length. Use relative parameter for changing rope length +/- from current length.

Used In

Arma3

Example

ropeUnwind [ ropes heli1 select 0, 3, 10];//set rope length to 10m at 3m/s

ropeUnwind [ ropes heli1 select 0, 3, -5, true];//decrease rope length by 5m at 3m/s
Search OFPEC COMREF