cmf_3den_fnc_iconViewer
Jump to navigation
Jump to search
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