- Found in:
- PapyrusUtil
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)