slingLoadAssistantShown: 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 [[true]] if Sling Load Assistant is open. | | Returns [[true]] if Sling Load Assistant is open. | ||
| [[slingLoadAssistantShown]] | | [[slingLoadAssistantShown]] | ||
| [[Boolean]] - [[true]] if sling load assistant is shown, [[false]] otherwise | | [[Boolean]] - [[true]] if sling load assistant is shown, [[false]] otherwise | ||
|x1= <code>[[waitUntil]] { [[slingLoadAssistantShown]] }; | |x1= <code>[[waitUntil]] { [[slingLoadAssistantShown]] }; | ||
[[hint]] "You lack rudimentary motor skills and basic eye-hand coordination."; {{codecomment|// scold user for unethical practices}} | [[hint]] "You lack rudimentary motor skills and basic eye-hand coordination."; {{codecomment|// scold user for unethical practices}} | ||
</code> | </code> | ||
| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]] | | [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]] | ||
}} | }} | ||
Revision as of 11:25, 18 January 2021
Description
- Description:
- Returns true if Sling Load Assistant is open.
- Groups:
- Ropes and Sling Loading
Syntax
- Syntax:
- slingLoadAssistantShown
- Return Value:
- Boolean - true if sling load assistant is shown, false otherwise
Examples
- Example 1:
waitUntil { slingLoadAssistantShown }; hint "You lack rudimentary motor skills and basic eye-hand coordination."; // scold user for unethical practices
Additional Information
- See also:
- ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwind
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