ropeDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Added to "see also" + <code> tidy)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| [[ropeCreate]], [[ropeSetCargoMass]]  |= See also
| [[ropeCreate]],  
[[ropeDetach]],
[[ropeSetCargoMass]]  |= See also


}}
}}

Revision as of 00:04, 23 March 2014


Hover & click on the images for description

Description

Description:
Destroy a rope.
Groups:
Uncategorised

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:
ropeCreate, ropeDetach, ropeSetCargoMass

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