Background for Skyrim SE
Member of the clib script
int[]functioncTernaryArrayInt(boolifThis, int[]returnThis, int[]elseThis)Global

Description

Documentation String

Requirements: None


Parameters

  1. boolifThis

  2. int[]returnThis

  3. int[]elseThis


Examples

Auto-Generated Example

bool myBool__ifThis
int[] myIntArray__returnThis
int[] myIntArray__elseThis

int[] returnedValue = clib.cTernaryArrayInt(myBool__ifThis, myIntArray__returnThis, myIntArray__elseThis)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.