Background for Skyrim SE
Member of the clib script
bool[]functioncArrayDynamicComparisonInt(stringoperators, intthis, int[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

intthis

int[]thatArray


Examples

Auto-Generated Example

string myString__operators
int myInt__this
int[] myIntArray__thatArray

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