infoPanelComponents: Difference between revisions
Lou Montana (talk | contribs) |
BrettMayson (talk | contribs) mNo edit summary |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 14: | Line 14: | ||
|p2= panelID: [[String]] - "left" or "right" can be used as panel names | |p2= panelID: [[String]] - "left" or "right" can be used as panel names | ||
|r1= [[Array]] | |r1= [[Array]] with [className, componentType, isAccessible] | ||
* className: [[String]] - component classname as defined in object/vehicle config | * className: [[String]] - component classname as defined in object/vehicle config | ||
* componentType: [[String]] - componentType - component type | * componentType: [[String]] - componentType - component type | ||
| Line 23: | Line 23: | ||
|p21= unit: [[Object]] - the concerned vehicle | |p21= unit: [[Object]] - the concerned vehicle | ||
|p22= turretPath: [[ | |p22= turretPath: [[Turret Path]] - turret index | ||
|p23= panelID: [[String]] - "left" or "right" can be used as panel names | |p23= panelID: [[String]] - "left" or "right" can be used as panel names | ||
|r2= [[Array]] | |r2= [[Array]] with [className, componentType, isAccessible] | ||
* className: [[String]] - component classname as defined in object/vehicle config | * className: [[String]] - component classname as defined in object/vehicle config | ||
* componentType: [[String]] - componentType - component type | * 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) | * isAccessible: [[Boolean]] - boolean flag that shows if component is currently accessible (lack of required item can make it temporarily inaccessible) | ||
|x1= < | |x1= <sqf> | ||
_componentsData = [_helicopter, [-1]] | // returns array of all components configured for _helicopter pilot seat | ||
private _componentsData = [_helicopter, [-1]] infoPanelComponents "left"; | |||
</sqf> | |||
|seealso= [[Arma 3 Custom Info]] [[infoPanel]] | |seealso= [[Arma 3: Custom Info]] [[infoPanel]] [[infoPanels]] [[setInfoPanel]] [[enableInfoPanelComponent]] [[infoPanelComponentEnabled]] | ||
}} | }} | ||
Latest revision as of 18:46, 3 April 2026
Description
- Description:
- Returns array of all components available to given object info panel.
- Groups:
- Custom Panels
Syntax
- Syntax:
- unit infoPanelComponents panelID
- Parameters:
- unit: Object - the concerned vehicle
- panelID: String - "left" or "right" can be used as panel names
- Return Value:
- Array with [className, componentType, isAccessible]
Alternative Syntax
- Syntax:
- [unit, turretPath] infoPanelComponents panelID
- Parameters:
- unit: Object - the concerned vehicle
- turretPath: Turret Path - turret index
- panelID: String - "left" or "right" can be used as panel names
- Return Value:
- Array with [className, componentType, isAccessible]
Examples
- Example 1:
Additional Information
- See also:
- Arma 3: Custom Info infoPanel infoPanels setInfoPanel enableInfoPanelComponent infoPanelComponentEnabled
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note