slingLoadAssistantShown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> </dl>" to "")
m (revert + fix)
Tag: Undo
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


| 1.34
|version1= 1.34


|gr1= Ropes and Sling Loading
|gr1= Ropes and Sling Loading


| Returns [[true]] if Sling Load Assistant is open.
|descr= Returns [[true]] if Sling Load Assistant is open.


| [[slingLoadAssistantShown]]
|s1= [[slingLoadAssistantShown]]
 
|r1= [[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."; {{cc| scold user for unethical practices}}</code>
[[hint]] "You lack rudimentary motor skills and basic eye-hand coordination."; {{cc|scold user for unethical practices}}
</code>


| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]]
|seealso= [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}

Revision as of 20:28, 29 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