Background for Skyrim SE
Member of the LibFire script
bool[]functionSearchListForForms(FormListakHaystack, Form[]argNeedles)NativeGlobal

Description

Documentation Comment

Returns whether akHaystack contains each form in argNeedles


Caveats


Parameters

FormListakHaystack

Form[]argNeedles


Examples

Auto-Generated Example

FormList myFormList__akHaystack
Form[] myFormArray__argNeedles

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