Background for Skyrim SE
Member of the LibFire script
bool[]functionSearchListsForForm(FormListakHaystack, FormakNeedle)NativeGlobal

Description

Documentation String

ObjectReference

Documentation Comment

Returns whether each formlist in akHaystack contains akNeedle


Caveats


Parameters

FormListakHaystack

FormakNeedle


Examples

Auto-Generated Example

FormList myFormList__akHaystack
Form myForm__akNeedle

bool[] returnedValue = LibFire.SearchListsForForm(myFormList__akHaystack, myForm__akNeedle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.