Page MenuHomeFeedback Tracker

[Feature Request] Get rope parent from rope
New, NormalPublic

Description

Being able to look at a rope and get the vehicles object parent

_cursorobject = cursorobject; // rope segment

_rope = objectParent _cursorObject; // New

_vehicle = objectParent _rope; // This one would be great too

For instance:

_helicopter = objectParent _rope;

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

There are some workarounds, for instance:

_rope = objectParent cursorObject;
(ropeEndPosition _rope) params ['_startPos',''];
_ropeParent = (_startPos nearEntities [['LandVehicle','Ship','Air'],10]) # 0;

But this is less than ideal

Additional Information

Event Timeline

MDCCLXXVI updated the task description. (Show Details)Jan 23 2023, 8:21 AM
dedmen reopened this task as New.
dedmen added a subscriber: dedmen.

blurpy blurp blurp please ignore