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

Description

Documentation Comment

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


Caveats


Parameters

Actor[]akArray

boolAscending=true


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
bool myBool__Ascending

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