- Found in:
- cLib
boolfunctioncPseudoSwitchBool(intcase, boolelseDefault, boolcase0, boolcase1=false, boolcase2=false, boolcase3=false, boolcase4=false, boolcase5=false, boolcase6=false, boolcase7=false, boolcase8=false, boolcase9=false)Global
Description
Documentation String
Requirements: None
Caveats
Parameters
intcase
boolelseDefault
boolcase0
boolcase1=false
boolcase2=false
boolcase3=false
boolcase4=false
boolcase5=false
boolcase6=false
boolcase7=false
boolcase8=false
boolcase9=false
Examples
Auto-Generated Example
int myInt__case
bool myBool__elseDefault
bool myBool__case0
bool myBool__case1
bool myBool__case2
bool myBool__case3
bool myBool__case4
bool myBool__case5
bool myBool__case6
bool myBool__case7
bool myBool__case8
bool myBool__case9
bool returnedValue = clib.cPseudoSwitchBool(myInt__case, myBool__elseDefault, myBool__case0, myBool__case1, myBool__case2, myBool__case3, myBool__case4, myBool__case5, myBool__case6, myBool__case7, myBool__case8, myBool__case9)