ropeUnwound: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.34|Game version=
|1.34


|gr1= Ropes and Sling Loading |GROUP1=
|gr1= Ropes and Sling Loading


| Returns [[false]] if rope length changing animation is in progress. Returns [[true]] if animation is done. |Description=
| Returns [[false]] if rope length changing animation is in progress. Returns [[true]] if animation is done.


| [[ropeUnwound]] rope |Syntax=
| [[ropeUnwound]] rope


|p1 = rope: [[Object]] - given rope object
|p1 = rope: [[Object]] - given rope object


| [[Boolean]] - [[true]] if unwinding is complete |Return value=
| [[Boolean]] - [[true]] if unwinding is complete
|x1 = <code>[[waitUntil]] { [[ropeUnwound]] ([[ropes]] heli1 [[select]] 0) };
|x1 = <code>[[waitUntil]] { [[ropeUnwound]] ([[ropes]] heli1 [[select]] 0) };
[[hint]] "Unwinding Complete";</code> |Example1=
[[hint]] "Unwinding Complete";</code>


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



Revision as of 12:04, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns false if rope length changing animation is in progress. Returns true if animation is done.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeUnwound rope
Parameters:
rope: Object - given rope object
Return Value:
Boolean - true if unwinding is complete

Examples

Example 1:
waitUntil { ropeUnwound (ropes heli1 select 0) }; hint "Unwinding Complete";

Additional Information

See also:
ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

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