Background for Skyrim SE
Member of the DbMiscFunctions script
FormfunctionGetRandomFormFromRef(ObjectReferenceRef, int[]TypeArrayFilter=NONE, FormListListFilter=NONE, boolTypeFilterHasType=true, boolakListHasForm=true)Global

[DEV SERVER] Loading description...


Caveats


Parameters

ObjectReferenceRef

int[]TypeArrayFilter=NONE

FormListListFilter=NONE

boolTypeFilterHasType=true

boolakListHasForm=true


Examples

Auto-Generated Example

ObjectReference myObjectReference__Ref
int[] myIntArray__TypeArrayFilter
FormList myFormList__ListFilter
bool myBool__TypeFilterHasType
bool myBool__akListHasForm

Form returnedValue = DbMiscFunctions.GetRandomFormFromRef(myObjectReference__Ref, myIntArray__TypeArrayFilter, myFormList__ListFilter, myBool__TypeFilterHasType, myBool__akListHasForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.