Background for Skyrim SE
Member of the clib script
bool[]functioncArrayDynamicComparisonFloat(stringoperators, floatthis, float[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

floatthis

float[]thatArray


Examples

Auto-Generated Example

string myString__operators
float myFloat__this
float[] myFloatArray__thatArray

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