slingLoadAssistantShown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Updated game name/version)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma 3 |= Game name
| arma 3 |Game name=
| 1.34 |= Game version


| 1.34 |Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


|Returns true of Sling Load Assistant is open|= Description
| Return if Sling Load Assistant is open. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


|'''slingLoadAssistantShown'''|= Syntax
| [[slingLoadAssistantShown]] |Syntax=
| [[Boolean]] |= Return value
 
| [[Boolean]] - [[true]] if sling load assistant is shown, [[false]] otherwise |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________
|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.";
</code> |Example1=
//scold user for unethical practices
</code> |= Example1
 
 
| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]] |= See also


| [[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 01:18, 30 March 2019

Hover & click on the images for description

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

Notes

Bottom Section