getCargoIndex: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <sqf> | ||
hint str (heli getCargoIndex player);</ | player moveInCargo heli; | ||
hint str (heli getCargoIndex player); | |||
</sqf> | |||
|seealso= [[moveInCargo]] [[assignAsCargoIndex]] [[emptyPositions]] | |seealso= [[moveInCargo]] [[assignAsCargoIndex]] [[emptyPositions]] | ||
}} | }} |
Latest revision as of 11:34, 3 September 2024
Description
- Description:
- Returns index of the unit in cargo. -1 if not in cargo.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- vehicle getCargoIndex unit
- Parameters:
- vehicle: Object
- unit: Object
- Return Value:
- Number
Examples
- Example 1:
Additional Information
- See also:
- moveInCargo assignAsCargoIndex emptyPositions
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