ropeCut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Updated game name/version)
m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}")
 
(45 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma 3 |= Game name
|game1= arma3
| 1.34 |= Game version
|version1= 1.34


____________________________________________________________________________________________
|gr1= Ropes and Sling Loading


|Cut rope and detach rope from vehicle|= Description
|descr= Cuts the given rope to the specified length. If some entity was attached to the end of the rope, it will be detached. The rope remains attached to its parent transport and if the length is set to 0 or even negative does not get destroyed. Use [[ropeDestroy]] to remove it completely.{{Feature|informative|The rope could only be shortened. If the cut length is greater than current rope length, nothing happens}}
____________________________________________________________________________________________


|'''ropeCut''' [rope, distance]|= Syntax
|s1= [[ropeCut]] [rope, length]
|p1 = rope: [[Object]]
|p2 = distance: [[Number]]
| [[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
|p1= rope: [[Object]] - rope object obtained from [[ropeCreate]]


}}
|p2= length: [[Number]] - length of the rope in meters after the cut


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">


</dl>
|x1= <sqf>ropeCut [ropes heli1 select 0, 5];</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeAttachEnabled]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
}}

Latest revision as of 19:11, 15 March 2024

Hover & click on the images for description

Description

Description:
Cuts the given rope to the specified length. If some entity was attached to the end of the rope, it will be detached. The rope remains attached to its parent transport and if the length is set to 0 or even negative does not get destroyed. Use ropeDestroy to remove it completely.
The rope could only be shortened. If the cut length is greater than current rope length, nothing happens
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeCut [rope, length]
Parameters:
rope: Object - rope object obtained from ropeCreate
length: Number - length of the rope in meters after the cut
Return Value:
Nothing

Examples

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

Additional Information

See also:
ropes canSlingLoad enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength ropeUnwound ropeAttachedTo ropeCreate ropeDetach ropeAttachEnabled ropeEndPosition ropeUnwind setSlingLoad slingLoadAssistantShown

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