canSlingLoad: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "since= Arma3" to "since= arma3") |
||
(One intermediate revision by one other user not shown) | |||
Line 17: | Line 17: | ||
|s2=typeOfHeli [[canSlingLoad]] typeOfCargo | |s2=typeOfHeli [[canSlingLoad]] typeOfCargo | ||
|s2since= | |s2since= arma3 2.12 | ||
|p21= typeOfHeli: [[String]] - a config type of helicopter | |p21= typeOfHeli: [[String]] - a config type of helicopter | ||
|p22= typeOfCargo: [[String]] - a config type of cargo | |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'' | |r2= [[Boolean]] - [[true]] if can be sling loaded ''in principle'' |
Latest revision as of 16:26, 9 February 2024
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:
- Example 2:
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