lbSortByValue: Difference between revisions
Jump to navigation
Jump to search
RoehrenRadio (talk | contribs) m (Added Link) |
RoehrenRadio (talk | contribs) mNo edit summary |
||
Line 33: | Line 33: | ||
<dt class="note">'''[[User:roehre|Roehre]]'''</dt> | <dt class="note">'''[[User:roehre|Roehre]]'''</dt> | ||
<dd class="note"> | <dd class="note"> | ||
A good way to avoid that this Command will mix | A good way to avoid that this Command will mix your Listbox up is, to assign your Value summed up with the Index ID returned by [[lbAdd]] to your Listbox Entries. | ||
</dd> | </dd> | ||
Revision as of 23:09, 1 January 2011
Description
- Description:
- Sorts the Listbox Entries by their assigned Values. Also note that this Command will mix up the Entries randomly if multiple Entries have the same Value.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
lbSortByValue _control
Additional Information
- See also:
- lbSetValuelbValuelbSort
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
- January 1st, 2011 - 22:54
- Roehre
- A good way to avoid that this Command will mix your Listbox up is, to assign your Value summed up with the Index ID returned by lbAdd to your Listbox Entries.