Background for Skyrim SE
Member of the DbSkseFunctions script
string[]functionGetFormEditorIds(Form[]akForms, intsortOption=0, stringnullFormString="ull")NativeGlobal

Description

Documentation Comment

get form editor id names for akForms
if a form is none, sets nullFormString for that form
Sort options are as follows. 0 = not sorted, 1 = sorted by name ascending, 2 = sorted by name descending.
Note, to get editor Ids reliably, po3 tweaks must be installed.


Caveats


Parameters

Form[]akForms

intsortOption=0

stringnullFormString="ull"


Examples

Auto-Generated Example

Form[] myFormArray__akForms
int myInt__sortOption
string myString__nullFormString

string[] returnedValue = DbSkseFunctions.GetFormEditorIds(myFormArray__akForms, myInt__sortOption, myString__nullFormString)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.