lbSort: Difference between revisions
Jump to navigation
Jump to search
(→note: lb command family overview) |
mNo edit summary |
||
Line 47: | Line 47: | ||
<dd class="notedate">Posted: Sep 10 2014</dd> | <dd class="notedate">Posted: Sep 10 2014</dd> | ||
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]</dt> | <dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]</dt> | ||
<dd class="note"> | <dd class="note">More information on the LB command family can be found [https://community.bistudio.com/wiki/List_Box here] | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 00:39, 5 December 2014
Description
- Description:
- Sorts listbox entries alphabetically ascending by their text.
Alternative syntax (available since Arma 3 v1.18) allows descending sorting as well.
Order could be:- "ASC"
- "DESC"
- Groups:
- Uncategorised
Syntax
Alternative Syntax
- Syntax:
- lbSort [control, sortOrder]
- Parameters:
- control: Control
- sortOrder: String - see Description
- Return Value:
- Nothing
Examples
Additional Information
- See also:
- lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbSortByValuelbTextlbValue
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
- Posted: Sep 10 2014
- ffur2007slx2_5
- More information on the LB command family can be found here