Background for Skyrim SE
Member of the DbSkseFunctions script
Form[]functionGetAllFormsWithName(stringsFormName, intnameMatchMode=0, int[]formTypes=NONE, intformTypeMatchMode=1)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

stringsFormName

intnameMatchMode=0

int[]formTypes=NONE

intformTypeMatchMode=1


Examples

Auto-Generated Example

string myString__sFormName
int myInt__nameMatchMode
int[] myIntArray__formTypes
int myInt__formTypeMatchMode

Form[] returnedValue = DbSkseFunctions.GetAllFormsWithName(myString__sFormName, myInt__nameMatchMode, myIntArray__formTypes, myInt__formTypeMatchMode)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.