canSlingLoad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "since= Arma3" to "since= arma3")
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.34
|1.34


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


| Returns [[true]] if [[setSlingLoad]] is possible.
|descr= Returns [[true]] if [[setSlingLoad]] is possible.


|heli [[canSlingLoad]] cargo
|s1=heli [[canSlingLoad]] cargo


|p1= heli: [[Object]] - a helicopter
|p1= heli: [[Object]] - a helicopter
Line 15: Line 14:
|p2= cargo: [[Object]] - an entity
|p2= cargo: [[Object]] - an entity


| [[Boolean]] - [[true]] if [[setSlingLoad]] is possible
|r1= [[Boolean]] - [[true]] if [[setSlingLoad]] is possible


|x1= <code>_canSling = veh1 [[canSlingLoad]] veh2;</code>
|s2=typeOfHeli [[canSlingLoad]] typeOfCargo
|s2since= arma3 2.12


|x2= <code>[[hint]] [[str]] (([[vehicle]] [[player]]) [[canSlingLoad]] veh1);</code>
|p21= typeOfHeli: [[String]] - a config type of helicopter
 
|p22= typeOfCargo: [[String]] - a config type of cargo (the object of type cargo has to exist in the mission)
 
|r2= [[Boolean]] - [[true]] if can be sling loaded ''in principle''


| [[ropes]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]]
}}


<dl class="command_description">
|x1= <sqf>_canSling = veh1 canSlingLoad veh2;</sqf>


</dl>
|x2= <sqf>hint str ((vehicle player) canSlingLoad veh1);</sqf>


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

Latest revision as of 17:26, 9 February 2024

Hover & click on the images for description

Description

Description:
Returns true if setSlingLoad is possible.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
heli canSlingLoad cargo
Parameters:
heli: Object - a helicopter
cargo: Object - an entity
Return Value:
Boolean - true if setSlingLoad is possible

Alternative Syntax

Syntax:
typeOfHeli canSlingLoad typeOfCargo
Parameters:
typeOfHeli: String - a config type of helicopter
typeOfCargo: String - a config type of cargo (the object of type cargo has to exist in the mission)
Return Value:
Boolean - true if can be sling loaded in principle

Examples

Example 1:
_canSling = veh1 canSlingLoad veh2;
Example 2:
hint str ((vehicle player) canSlingLoad veh1);

Additional Information

See also:
ropes enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength ropeUnwound ropeAttachedTo ropeCreate ropeDetach ropeAttachEnabled ropeCut ropeEndPosition ropeUnwind setSlingLoad slingLoadAssistantShown

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