Background for Skyrim SE
Member of the clib script
intfunctioncTernaryInt(boolifThis, intreturnThis, intelseThis=0)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

boolifThis

intreturnThis

intelseThis=0


Examples

Auto-Generated Example

bool myBool__ifThis
int myInt__returnThis
int myInt__elseThis

int returnedValue = clib.cTernaryInt(myBool__ifThis, myInt__returnThis, myInt__elseThis)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.