infoPanelComponents: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{ *codecomment *\| *\/\/ *([^ ]+) *\}\} " to "{{cc|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
||
Line 22: | Line 22: | ||
|s2= [unit, turretPath] [[infoPanelComponents]] panelID | |s2= [unit, turretPath] [[infoPanelComponents]] panelID | ||
|p21= unit: [[Object]] - the concerned vehicle | |p21= unit: [[Object]] - the concerned vehicle | ||
|p22= turretPath: [[Array]] - turret index | |p22= turretPath: [[Array]] - 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]] - format [className, componentType, isAccessible]: | |r2= [[Array]] - format [className, componentType, isAccessible]: |
Revision as of 18:05, 29 January 2021
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
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 "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