Background for Skyrim SE
Member of the StorageUtil script
voidfunctionIntListSort(FormObjKey, stringKeyName)NativeGlobal

Description

Documentation Comment

Sort an int/float/string/Form list by values in ascending order.

ObjKey: form to sort on. Set none for global value.
KeyName: name of value.


Caveats


Parameters

FormObjKey

stringKeyName


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName

StorageUtil.IntListSort(myForm__ObjKey, myString__KeyName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.