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

Description

Documentation Comment

requires skse. Sort ObjectReferences in akArray by their display name.


Caveats


Parameters

ObjectReference[]akArray

boolAscending=true


Examples

Auto-Generated Example

ObjectReference[] myObjectReferenceArray__akArray
bool myBool__Ascending

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