slingLoadAssistantShown: Difference between revisions
Jump to navigation
Jump to search
Waffle SS. (talk | contribs) (Updated game name/version) |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma 3 | | | arma 3 |Game name= | ||
| 1.34 |Game version= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Return if Sling Load Assistant is open. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[slingLoadAssistantShown]] |Syntax= | ||
| [[Boolean]] | | |||
| [[Boolean]] - [[true]] if sling load assistant is shown, [[false]] otherwise |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1 = <code>[[waitUntil]] { | |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."; | </code> |Example1= | ||
//scold user for unethical practices | |||
</code> | | |||
| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]] |See also= | |||
}} | }} | ||
Line 31: | Line 28: | ||
<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 00:18, 30 March 2019
Description
- Description:
- Return if Sling Load Assistant is open.
- Groups:
- Uncategorised
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