infoPanel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(created paged (Game version unkown))
 
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns component of given info panel. Left and Right can be used as panel names.|= Description
| Returns component of given [[Arma 3 Custom Info |info panel]]. Left and Right can be used as panel names.|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:
| [[Array]] of [[String|Strings]] |= Return value
| [[Array]] of [[String|Strings]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>'''infopanel''' "left";//Returns ["EmptyDisplay","EmptyDisplayComponent"] when no panel is open</code> |= Example 1
|x1 = <code>'''infoPanel''' "left";//Returns ["EmptyDisplay","EmptyDisplayComponent"] when no panel is open</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[infoPanelComponentEnabled]] [[enableInfoPanelComponent]] [[infoPanelComponents]] [[setInfoPanel]] [[infoPanels ]] |= See also
| [[infoPanelComponentEnabled]] [[enableInfoPanelComponent]] [[infoPanelComponents]] [[setInfoPanel]] [[infoPanels ]] |= See also
}}
}}

Revision as of 23:18, 26 April 2018

Hover & click on the images for description

Description

Description:
Returns component of given info panel. Left and Right can be used as panel names.
Groups:
Uncategorised

Syntax

Syntax:
infoPanel panelName
Parameters:
panelName: String - can be "left" or "right".
Return Value:
Array of Strings

Examples

Example 1:
infoPanel "left";//Returns ["EmptyDisplay","EmptyDisplayComponent"] when no panel is open

Additional Information

See also:
infoPanelComponentEnabled enableInfoPanelComponent infoPanelComponents setInfoPanel infoPanels

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