Background for Skyrim SE
Member of the clib script
boolfunctioncDynamicComparisonBool(stringoperators, boolthis, boolthat)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

boolthis

boolthat


Examples

Auto-Generated Example

string myString__operators
bool myBool__this
bool myBool__that

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