cmf_3den_fnc_iconViewer

From cluster wiki
Jump to navigation Jump to search


Hover & click on the images for description
Description
Description:
This function will open a dialog where you can see and search all images available in your Arma 3 installation.
Execution:
Call
Groups:
CMF3: 3den
Syntax
Syntax:
[mode, args] call cmf_3den_fnc_iconViewer
Parameters:
mode: String - The operation to perform, use "onload" to open it normally
args: Array - (Optional, default []) The arguments to pass to the operation
Return Value:
None
Examples
Example 1:
["onload"] call cmf_3den_fnc_iconViewer
Additional Information
See also:
cmf_3den_fnc_addRadioRack cmf_3den_fnc_init cmf_3den_fnc_unitConstructor cmf_3den_fnc_unitSpawner
Internal Variables
Locality Namespace Name Description
LOCAL localNamespace cmf_3den_gameIcons An Array variable of strings containing paths to game icons
LOCAL localNamespace cmf_3den_icons An Array variable of strings containing paths to icons
LOCAL localNamespace cmf_3den_icons_numIcons A Number variable containing the amount of available icons
LOCAL uiNamespace cmf_3den_icons_idd A Display variable containing created iconViewer display
LOCAL localNamespace cmf_3den_icons_searchText A String variable containing the searchText
LOCAL displayNamespace cmf_3den_pageInfo A String variable containing structured text with the current page out of all pages
LOCAL displayNamespace cmf_3den_searchInfo A String variable containing structured text with the amount of images found matching the searchstring
Events
No events
Notes