ropeCut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Updated game name/version)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma 3 |= Game name
| arma 3 |Game name=
| 1.34 |= Game version


| 1.34 |Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


|Cut rope and detach rope from vehicle|= Description
| Cut rope and detach rope from the vehicle. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


|'''ropeCut''' [rope, distance]|= Syntax
| [[ropeCut]] [rope, distance] |Syntax=
 
|p1 = rope: [[Object]]
|p1 = rope: [[Object]]
|p2 = distance: [[Number]]
|p2 = distance: [[Number]]
| [[Nothing]] |= Return value
 
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>'''ropeCut''' [ [[ropes]] heli1 [[select]] 0, 5];</code> |= Example1


| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] |= See also
|x1 = <code>[[ropeCut]] [ [[ropes]] heli1 [[select]] 0, 5];</code> |Example1=


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


Line 28: Line 31:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[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:09, 30 March 2019

Hover & click on the images for description

Description

Description:
Cut rope and detach rope from the vehicle.
Groups:
Uncategorised

Syntax

Syntax:
ropeCut [rope, distance]
Parameters:
rope: Object
distance: Number
Return Value:
Nothing

Examples

Example 1:
ropeCut [ ropes heli1 select 0, 5];

Additional Information

See also:
ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

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