Background for Skyrim SE
Member of the clib script
boolfunctioncDynamicComparisonFloat(stringoperators, floatthis, floatthat)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Parameters

  1. stringoperators

  2. floatthis

  3. floatthat


Examples

Auto-Generated Example

string myString__operators
float myFloat__this
float myFloat__that

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