Background for Fallout 4
Member of the CommonArrayFunctions script
boolfunctionCheckFormAgainstKeywordArray(FormObjectToCheck, Keyword[]ArrayToCheck, boolreturnValueIfArrayIsEmpty=false)Global

Description

Documentation Comment

jduvall


Caveats


Parameters

FormObjectToCheck

Keyword[]ArrayToCheck

boolreturnValueIfArrayIsEmpty=false


Examples

Auto-Generated Example

Form myForm__ObjectToCheck
Keyword[] myKeywordArray__ArrayToCheck
bool myBool__returnValueIfArrayIsEmpty

bool returnedValue = CommonArrayFunctions.CheckFormAgainstKeywordArray(myForm__ObjectToCheck, myKeywordArray__ArrayToCheck, myBool__returnValueIfArrayIsEmpty)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.