Difference between revisions of "cmf 3den fnc iconViewer"

From cluster wiki
Jump to navigation Jump to search
(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...")
 
 
Line 22: Line 22:


|x1= {{code|lang=scilab|["onload"] call cmf_3den_fnc_iconViewer}}
|x1= {{code|lang=scilab|["onload"] call cmf_3den_fnc_iconViewer}}
|seealso= [[cmf_3den_fnc_addRadioRack]] [[cmf_3den_fnc_init]] [[cmf_3den_fnc_unitConstructor]] [[cmf_3den_fnc_unitSpawner]]


|var1= {{!}} LOCAL {{!}}{{!}} localNamespace {{!}}{{!}} cmf_3den_gameIcons {{!}}{{!}} An [https://community.bistudio.com/wiki/Array Array] variable of strings containing paths to game icons
|var1= {{!}} LOCAL {{!}}{{!}} localNamespace {{!}}{{!}} cmf_3den_gameIcons {{!}}{{!}} An [https://community.bistudio.com/wiki/Array Array] variable of strings containing paths to game icons

Latest revision as of 21:28, 17 December 2022


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