Background for Skyrim SE
Member of the clib script
boolfunctioncDynamicComparisonString(stringoperators, stringthis, stringthat)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

stringthis

stringthat


Examples

Auto-Generated Example

string myString__operators
string myString__this
string myString__that

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