- Found in:
- Dylbills PE
Description
Documentation Comment
returns new form array that contains the forms of the passed in akForms array, but sorted.
Sort options are as follows. Note, to sort by editor Id reliably, po3 tweaks must be installed.
1 = by form name ascending,
2 = by form name descending,
3 = by form editor Id name ascending,
4 = by form editor Id name descending,
5 = by form Id ascending,
6 = by form Id descending
Parameters
Form[]akForms
intsortOption=1
Examples
Auto-Generated Example
Form[] myFormArray__akForms
int myInt__sortOption
Form[] returnedValue = DbSkseFunctions.SortFormArray(myFormArray__akForms, myInt__sortOption)