infoPanelComponents: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
BrettMayson (talk | contribs) mNo edit summary |
||
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 27: | Line 27: | ||
|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 |
Latest revision as of 11:19, 16 June 2024
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: Array - 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 or on the Forums.
Only post proven facts here! Add Note