Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionSortFormArrayByName(Form[]akArray, boolAscending=true)Global

Description

Documentation Comment

requires skse. Sort Forms in akArray by their name.


Caveats


Parameters

Form[]akArray

boolAscending=true


Examples

Auto-Generated Example

Form[] myFormArray__akArray
bool myBool__Ascending

DbMiscFunctions.SortFormArrayByName(myFormArray__akArray, myBool__Ascending)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.