ropeAttachedTo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:


|1.34|Game version=
|1.34|Game version=
|gr1= Ropes and Sling Loading |=GROUP1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:05, 17 September 2020

Hover & click on the images for description

Description

Description:
Returns the ropes owner, the transport to which other entities are attached with ropes. This command is the opposite of ropeAttachedObjects.

ropeAttachedTo.jpg
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeAttachedTo cargo
Parameters:
cargo: Object - entity attached to the end of a rope
Return Value:
Object - a transport from which the ropes originate, the ropes owner

Examples

Example 1:
_heli = ropeAttachedTo veh1;

Additional Information

See also:
ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

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

Notes

Bottom Section