Background for Skyrim SE
Member of the clib script
ActorfunctioncTernaryActor(boolifThis, ActorreturnThis, ActorelseThis=NONE)Global

[DEV SERVER] Loading description...


Caveats


Parameters

boolifThis

ActorreturnThis

ActorelseThis=NONE


Examples

Auto-Generated Example

bool myBool__ifThis
Actor myActor__returnThis
Actor myActor__elseThis

Actor returnedValue = clib.cTernaryActor(myBool__ifThis, myActor__returnThis, myActor__elseThis)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.