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


Parameters

  1. stringoperators

  2. boolthis

  3. 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.