Background for Skyrim SE
Member of the clib script
FormfunctioncTernaryForm(boolifThis, FormreturnThis, FormelseThis=NONE)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

boolifThis

FormreturnThis

FormelseThis=NONE


Examples

Auto-Generated Example

bool myBool__ifThis
Form myForm__returnThis
Form myForm__elseThis

Form returnedValue = clib.cTernaryForm(myBool__ifThis, myForm__returnThis, myForm__elseThis)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.