ropeDetach: 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]]
{{Command|Comments=
____________________________________________________________________________________________


{{Command|= Comments
| TKOH |Game name=
____________________________________________________________________________________________


| TKOH |= Game name
|1.00|Game version=


|1.00|= Game version
| game2= arma3 |Game name 2=


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


| Detach a rope from an object. |= Description
| Detach a rope from an object. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicle '''ropeDetach''' rope;|= Syntax
| vehicle [[ropeDetach]] rope;|Syntax=
 
|p1= vehicle: [[Object]] |Parameter 1=


|p1= vehicle: [[Object]] |= Parameter 1
|p2= rope: [[Object]]|Parameter 2=
|p2= rope: [[Object]]|= Parameter 2


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


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


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


Line 37: Line 36:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands]]
[[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}}}}]]
[[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 01:05, 30 March 2019

Hover & click on the images for description

Description

Description:
Detach a rope from an object.
Groups:
Uncategorised

Syntax

Syntax:
vehicle ropeDetach rope;
Parameters:
vehicle: Object
rope: Object
Return Value:
Nothing

Examples

Example 1:
vehicle player ropeDetach myRope;

Additional Information

See also:
ropeCreateropeDestroyropeSetCargoMassropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeLengthropeUnwoundropeAttachedToropeAttachEnabledropeCutropeEndPositionropeUnwind

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