Background for Skyrim SE
Member of the clib script
bool[]functioncArrayDynamicComparisonForm(stringoperators, Formthis, Form[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that


Caveats


Parameters

stringoperators

Formthis

Form[]thatArray


Examples

Auto-Generated Example

string myString__operators
Form myForm__this
Form[] myFormArray__thatArray

bool[] returnedValue = clib.cArrayDynamicComparisonForm(myString__operators, myForm__this, myFormArray__thatArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.