Background for Skyrim SE
Member of the clib script
boolfunctioncDynamicComparisonInt(stringoperators, intthis, intthat)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

intthis

intthat


Examples

Auto-Generated Example

string myString__operators
int myInt__this
int myInt__that

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