BIS fnc initListNBoxSorting: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 7/7)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>#define PICTURE_NONE "\a3\3DEN\Data\Displays\Display3DENSave\sort_none_ca.paa"
| <pre>#define PICTURE_NONE "\a3\3DEN\Data\Displays\Display3DENSave\sort_none_ca.paa"
#define PICTURE_UP "\a3\3DEN\Data\Displays\Display3DENSave\sort_up_ca.paa"
#define PICTURE_UP "\a3\3DEN\Data\Displays\Display3DENSave\sort_up_ca.paa"
#define PICTURE_DOWN "\a3\3DEN\Data\Displays\Display3DENSave\sort_down_ca.paa"
#define PICTURE_DOWN "\a3\3DEN\Data\Displays\Display3DENSave\sort_down_ca.paa"</pre>
<small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |Description=
____________________________________________________________________________________________


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| <!-- [] call [[BIS_fnc_initListNBoxSorting]]; --> |Syntax=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_initListNBoxSorting]]; --> |= Syntax
|p1= |Parameter 1=
|p1= |= Parameter 1


| |= Return value
| |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code></code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| |See also=
 
}}
}}


Line 36: Line 34:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Default|{{uc:initListNBoxSorting}}]]
[[Category:Function Group: GUI|{{uc:initListNBoxSorting}}]]
[[Category:Functions|{{uc:initListNBoxSorting}}]]
[[Category:Functions|{{uc:initListNBoxSorting}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:initListNBoxSorting}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:initListNBoxSorting}}]]

Revision as of 12:34, 28 May 2018

Hover & click on the images for description

Description

Description:
#define PICTURE_NONE	"\a3\3DEN\Data\Displays\Display3DENSave\sort_none_ca.paa"
#define PICTURE_UP		"\a3\3DEN\Data\Displays\Display3DENSave\sort_up_ca.paa"
#define PICTURE_DOWN	"\a3\3DEN\Data\Displays\Display3DENSave\sort_down_ca.paa"
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
See also needed

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

Notes

Bottom Section