ropeAttachedTo: Difference between revisions

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


|Returns the ropes owner to which other objects are attached with [[ropes]]. This command is the opposite of [[ropeAttachedObjects]].<br><br>
|Returns the ropes owner, the transport to which other entities are attached with [[ropes]]. This command is the opposite of [[ropeAttachedObjects]].<br><br>
[[Image:ropeAttachedTo.jpg|400px]]|Description=
[[Image:ropeAttachedTo.jpg|400px]]|Description=
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 13: Line 13:
| [[ropeAttachedTo]] cargo |Syntax=
| [[ropeAttachedTo]] cargo |Syntax=


|p1= cargo: [[Object]] - object attached to the end of a rope
|p1= cargo: [[Object]] - entity attached to the end of a rope


| [[Object]] - a vehicle from which the ropes originate, the ropes owner |Return value=
| [[Object]] - a transport from which the ropes originate, the ropes owner |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:20, 1 September 2019

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:
Uncategorised

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