From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Description needed
- Groups:
- Custom Panels
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unit: Object - the concerned vehicle
- panelID: String - "left" or "right" can be used as panel names
- Return Value:
- Return value needed
- Syntax:
- [unit, turretPath] infoPanelComponents panelID
- Parameters:
- unit: Object - the concerned vehicle
- turretPath: Array - turret index
- panelID: String - "left" or "right" can be used as panel names
- Return Value:
- Array - format [className, componentType, isAccessible]:
- className: String - component classname as defined in object/vehicle config
- componentType: String - componentType - component type
- isAccessible: Boolean - boolean flag that shows if component is currently accessible (lack of required item can make it temporarily inaccessible)
Examples
- Example 1:
_componentsData = [_helicopter, [-1]] infoPanelComponents "VehicleSystemsDisplayManagerComponentLeft";
Additional Information
- See also:
- See also needed
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