BIS fnc initListNBoxSorting: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
||
Line 37: | Line 37: | ||
[[Category:{{Name|arma3}}: Functions|{{uc:initListNBoxSorting}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:initListNBoxSorting}}]] |
Revision as of 01:42, 2 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- Parameters:
- controlFilter: Control - Dummy CT_LISTNBOX control used for setting up the filter. If parameter is controlNull function will show an error message.
- controlContent: Control - The CT_LISTNBOX which actually contains the content. If parameter is controlNull function will show an error message.
- columnIndexes: Array - Array of numbers. These are the indexes of the controlContent which should be filterable/sortable
- idc: Number - (Optional, default 200) Will be used to assign idcs to the buttons which are automatically created. First button has idc, second button idc + 1 and so on
- Return Value:
- Return value needed
Examples
- Example 1:
[_lnbFilter, _lnbContent, [0,1,2,3]] call BIS_fnc_initListNBoxSorting;
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