Background for Skyrim SE
Member of the clib script
bool[]functioncArrayDynamicComparisonBool(stringoperators, boolthis, bool[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||! (10 functions in one)
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that


Parameters

  1. stringoperators

  2. boolthis

  3. bool[]thatArray


Examples

Auto-Generated Example

string myString__operators
bool myBool__this
bool[] myBoolArray__thatArray

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