infoPanelComponents: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 35: | Line 35: | ||
_componentsData = [_helicopter, [-1]] [[infoPanelComponents]] "left";</code> | _componentsData = [_helicopter, [-1]] [[infoPanelComponents]] "left";</code> | ||
|seealso= [[Arma 3 Custom Info]] [[infoPanel]] [[infoPanels]] [[setInfoPanel]] [[enableInfoPanelComponent]] | |seealso= [[Arma 3 Custom Info]] [[infoPanel]] [[infoPanels]] [[setInfoPanel]] [[enableInfoPanelComponent]] [[infoPanelComponentEnabled]] | ||
}} | }} |
Revision as of 16:41, 20 January 2022
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 - format [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 - format [className, componentType, isAccessible]:
Examples
- Example 1:
// returns array of all components configured for _helicopter pilot seat _componentsData = [_helicopter, [-1]] infoPanelComponents "left";
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