ropeEndPosition: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>")
mNo edit summary
Line 12: Line 12:
|p1= rope: [[Object]] - rope object
|p1= rope: [[Object]] - rope object


|r1= [[Array]] - array in format [startPos, endPos], where:
|r1= [[Array]] with [startPos, endPos]:
* startPos: [[Array]] - rope start position in format [[Position#PositionAGL|PositionAGL]]
* startPos: [[Array]] in format [[Position#PositionAGL|PositionAGL]]
* endPos: [[Array]] - rope end position in format [[Position#PositionAGL|PositionAGL]]
* endPos: [[Array]] in format [[Position#PositionAGL|PositionAGL]]


|x1= <sqf>
|x1= <sqf>

Revision as of 09:54, 1 January 2026

Hover & click on the images for description

Description

Description:
Returns start and end positions for the given rope. If command fails, empty array [] is returned.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeEndPosition rope
Parameters:
rope: Object - rope object
Return Value:
Array with [startPos, endPos]:

Examples

Example 1:
_ends = ropeEndPosition (ropes heli1 select 0); _start = _ends select 0; _end = _ends select 1;

Additional Information

See also:
ropes canSlingLoad enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength ropeUnwound ropeAttachedTo ropeCreate ropeDetach ropeAttachEnabled ropeCut ropeUnwind setSlingLoad slingLoadAssistantShown

Notes

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