infoPanelComponentEnabled

From Bohemia Interactive Community
Revision as of 17:32, 29 January 2021 by Lou Montana (talk | contribs) (Text replacement - "\{\{ *codecomment *\| *\/\/ *([^ ]+) *\}\} " to "{{cc|$1}}")
Jump to navigation Jump to search
Hover & click on the images for description

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
componentClassOrType: String
Return Value:
Return value needed

Alternative Syntax

Syntax:
[unit, turretPath] infoPanelComponentEnabled [panelID, componentClassOrType]
Parameters:
unit: Object - the concerned vehicle
turretPath: Array - turret index
panelID: String - "left" or "right" can be used as panel names
componentClassOrType: String
Return Value:
Boolean

Examples

Example 1:
// returns true if specific component "SensorDisplay" is enabled on player vehicle's left panel_state = [vehicle player, [-1]] infoPanelComponentEnabled ["VehicleSystemsDisplayManagerComponentLeft", "SensorDisplay"];
Example 2:
// returns true if all "SensorsDisplayComponent" components are enabled on player vehicle's left panel, otherwise returns false_state = [vehicle player, [-1]] infoPanelComponentEnabled ["VehicleSystemsDisplayManagerComponentLeft", "SensorsDisplayComponent"];

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