Background for Skyrim SE
Member of the clib script
intfunctioncDynamicOperationInt(stringoperation, intthis, intthat)Global

Description

Documentation String

Requirements: None

Documentation Comment

Valid operators: +, -, /, *, <<, leftshift, lshift, >>, rightshift, rshift, AND, NOT, OR, XOR


Caveats


Parameters

stringoperation

intthis

intthat


Examples

Auto-Generated Example

string myString__operation
int myInt__this
int myInt__that

int returnedValue = clib.cDynamicOperationInt(myString__operation, myInt__this, myInt__that)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.