ropeEndPosition rope

Operand types

rope: Object

Type of returned value

Description

Return rope end positions in PositionPosition format.

Returned array in format [endPos1,endPos2]

Used In

Arma3

Example

_ends = ropeEndPosition (ropes helo1 select 0);
_end1 = _ends select 0;
_end2 = _ends select 1;
Search OFPEC COMREF