Background for Skyrim SE
Member of the clib script
intfunctioncPseudoSwitchInt(intcase, intelseDefault, intcase0, intcase1=0, intcase2=0, intcase3=0, intcase4=0, intcase5=0, intcase6=0, intcase7=0, intcase8=0, intcase9=0)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

intcase

intelseDefault

intcase0

intcase1=0

intcase2=0

intcase3=0

intcase4=0

intcase5=0

intcase6=0

intcase7=0

intcase8=0

intcase9=0


Examples

Auto-Generated Example

int myInt__case
int myInt__elseDefault
int myInt__case0
int myInt__case1
int myInt__case2
int myInt__case3
int myInt__case4
int myInt__case5
int myInt__case6
int myInt__case7
int myInt__case8
int myInt__case9

int returnedValue = clib.cPseudoSwitchInt(myInt__case, myInt__elseDefault, myInt__case0, myInt__case1, myInt__case2, myInt__case3, myInt__case4, myInt__case5, myInt__case6, myInt__case7, myInt__case8, myInt__case9)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.