slingLoadAssistantShown: 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 [[true]] if Sling Load Assistant is open. |Description=
| Returns [[true]] if Sling Load Assistant is open.


| [[slingLoadAssistantShown]] |Syntax=
| [[slingLoadAssistantShown]]


| [[Boolean]] - [[true]] if sling load assistant is shown, [[false]] otherwise |Return value=
| [[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> |Example1=
</code>


| [[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]]
}}
}}



Revision as of 12:25, 18 January 2021

Hover & click on the images for description

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

Notes