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


Parameters

  1. stringoperators

  2. Formthis

  3. 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.