cmf_3den_fnc_iconViewer

From cluster wiki
Revision as of 19:34, 7 November 2022 by Eric (talk | contribs) (Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=This function will open a dialog where you can see and search all images available in your Arm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:
See also needed
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