Background for Skyrim SE
Member of the clib script
boolfunctioncDynamicComparisonForm(stringoperators, Formthis, Formthat)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

stringoperators

Formthis

Formthat


Examples

Auto-Generated Example

string myString__operators
Form myForm__this
Form myForm__that

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