ropeDestroy: Difference between revisions
Jump to navigation
Jump to search
Badguy360th (talk | contribs) (Added Category "Scripting Commands Arma 3") |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands]] | [[Category:Scripting Commands]] | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| TKOH | | | TKOH |Game name= | ||
|1.00| | |1.00|Game version= | ||
| game2= arma3 |= | | game2= arma3 |Game name 2= | ||
| version2= 1.34 |= | |||
| version2= 1.34 |Game version 2= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Destroy a rope. |= | | Destroy a rope. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[ropeDestroy]] rope |Syntax= | ||
|p1= rope: [[Object]] - rope object returned by [[ropeCreate]] command | | |p1= rope: [[Object]] - rope object returned by [[ropeCreate]] command |Parameter 1= | ||
| [[Nothing]] | | | [[Nothing]] |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[ropeDestroy]] myRope;</code> | | |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= | |||
}} | }} | ||
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 23:44, 29 March 2019
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
Categories:
- Scripting Commands
- Introduced with Take On Helicopters version 1.00
- Take On Helicopters: New Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands Take On Helicopters
- Take On Helicopters: New Scripting Commands List
- Scripting Commands Arma 3
- Command Group: Ropes and Sling Loading