fullCrew: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma 3 |= Game name |1.33|= Game version _______________...") |
m (dev) |
||
Line 4: | Line 4: | ||
| arma 3 |= Game name | | arma 3 |= Game name | ||
| | |dev|= Game version<!-- 1.33 --> | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 18:50, 15 October 2014
Description
- Description:
- Returns array with all crew inside given vehicle.
- Groups:
- Uncategorised
Syntax
- Syntax:
- fullCrew vehicle
- Parameters:
- vehicle: Object or Array in format [vehicle, type]
- type: String - filter, available values are "driver", "commander", "gunner", "turret", "cargo"
- Return Value:
- Array - in format [[unit,role,turretPath,humanTurret], ...]
Examples
- Example 1:
_list = fullCrew vehicle player
- Example 2:
_list = fullCrew [vehicle player,"turret"]
Additional Information
- See also:
- crew
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