ropeDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Category:Scripting Commands {{Command|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= G...")
 
mNo edit summary
Line 14: Line 14:
| '''ropeDestroy''' ropeObject|= Syntax
| '''ropeDestroy''' ropeObject|= Syntax


|p1= ropeObject: [[Rope]] |= Parameter 1
|p1= ropeObject: [[Object]] - rope object returned by [[ropeCreate]] command |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1= <code>ropeDestroy myRope;</code> |=


| [[ropeCreate]], [[ropeSetCargoMass]]  |= See also
| [[ropeCreate]], [[ropeSetCargoMass]]  |= See also
Line 32: Line 34:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Revision as of 12:16, 2 November 2011


Hover & click on the images for description

Description

Description:
Destroy a rope.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
ropeDestroy myRope;

Additional Information

See also:
ropeCreateropeSetCargoMass

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