ropeDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added Category "Scripting Commands Arma 3")
Line 1: Line 1:
[[Category:Scripting Commands]]
[[Category:Scripting Commands]]


{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| TKOH |= Game name
| TKOH |Game name=


|1.00|= Game version
|1.00|Game version=


| game2= arma3 |=
| game2= arma3 |Game name 2=
| version2= 1.34 |=  
 
| version2= 1.34 |Game version 2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Destroy a rope. |= Description
| Destroy a rope. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ropeDestroy''' rope|= Syntax
| [[ropeDestroy]] rope |Syntax=


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


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


|x1= <code>[[ropeDestroy]] myRope;</code> |= Example 1
|x1= <code>[[ropeDestroy]] myRope;</code> |Example 1=
 
| [[ropeCreate]], [[ropeDetach]], [[ropeSetCargoMass]], [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]]  |= See also


| [[ropeCreate]], [[ropeDetach]], [[ropeSetCargoMass]], [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]]  |See also=
}}
}}


Line 39: Line 39:
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Ropes and Sling Loading]]

Revision as of 00:44, 30 March 2019


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