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


Parameters

  1. intcase

  2. intelseDefault

  3. intcase0

  4. intcase1=0

  5. intcase2=0

  6. intcase3=0

  7. intcase4=0

  8. intcase5=0

  9. intcase6=0

  10. intcase7=0

  11. intcase8=0

  12. 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.