ropeUnwound: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma3 | | arma3 | ||
|1.34 | |1.34 | ||
|gr1= Ropes and Sling Loading | |gr1= Ropes and Sling Loading | ||
| Returns [[false]] if rope length changing animation is in progress. Returns [[true]] if animation is done. | | Returns [[false]] if rope length changing animation is in progress. Returns [[true]] if animation is done. | ||
| [[ropeUnwound]] rope | | [[ropeUnwound]] rope | ||
|p1 = rope: [[Object]] - given rope object | |p1 = rope: [[Object]] - given rope object | ||
| [[Boolean]] - [[true]] if unwinding is complete | | [[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> | [[hint]] "Unwinding Complete";</code> | ||
| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] | | [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] | ||
}} | }} | ||
Revision as of 11:04, 18 January 2021
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