Background for Skyrim SE
Member of the clib script
bool[]functioncArrayDynamicComparisonString(stringoperators, stringthis, string[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

stringthis

string[]thatArray


Examples

Auto-Generated Example

string myString__operators
string myString__this
string[] myStringArray__thatArray

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