infoPanelComponents: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|PARAMETER1= |p22=" to "|PARAMETER21= |p22=") |
Lou Montana (talk | contribs) m (Text replacement - "|= Alternative Syntax " to "|Alternative Syntax= ") |
||
Line 21: | Line 21: | ||
* isAccessible: [[Boolean]] - boolean flag that shows if component is currently accessible (lack of required item can make it temporarily inaccessible) |RETURNVALUE= | * isAccessible: [[Boolean]] - boolean flag that shows if component is currently accessible (lack of required item can make it temporarily inaccessible) |RETURNVALUE= | ||
|s2= [unit, turretPath] [[infoPanelComponents]] panelID | | |s2= [unit, turretPath] [[infoPanelComponents]] panelID |Alternative Syntax= | ||
|p21= unit: [[Object]] - the concerned vehicle |PARAMETER21= | |p21= unit: [[Object]] - the concerned vehicle |PARAMETER21= |
Revision as of 12:26, 3 September 2019
Description
- Description:
- Returns array of all components available to given object info panel.
- Groups:
- Uncategorised
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 "VehicleSystemsDisplayManagerComponentLeft";
Additional Information
- See also:
- Arma 3 Custom InfoinfoPanelinfoPanelssetInfoPanelenableInfoPanelComponentinfoPanelComponentEnabled
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