ropeDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| TKOH |Game name=
| TKOH |Game name=
Line 11: Line 10:


|gr1= Ropes and Sling Loading |GROUP1=
|gr1= Ropes and Sling Loading |GROUP1=
____________________________________________________________________________________________


| Destroys the given rope. If the rope is attached to a vehicle, it will be detached and then destroyed. |Description=
| Destroys the given rope. If the rope is attached to a vehicle, it will be detached and then destroyed. |Description=
____________________________________________________________________________________________


| [[ropeDestroy]] rope |Syntax=
| [[ropeDestroy]] rope |Syntax=
Line 21: Line 18:


| [[Nothing]] |Return value=
| [[Nothing]] |Return value=
____________________________________________________________________________________________


|x1= <code>[[ropeDestroy]] myRope;</code> |Example 1=
|x1= <code>[[ropeDestroy]] myRope;</code> |Example 1=

Revision as of 03:18, 17 January 2021

Hover & click on the images for description

Description

Description:
Destroys the given rope. If the rope is attached to a vehicle, it will be detached and then destroyed.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeDestroy rope
Parameters:
rope: Object - rope object returned by ropeCreate command
Return Value:
Nothing

Examples

Example 1:
ropeDestroy myRope;

Additional Information

See also:
ropeCreateropeDetachropeSetCargoMassropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeLengthropeUnwoundropeAttachedToropeAttachEnabledropeCutropeEndPositionropeUnwind

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