- Found in:
- cLib
voidfunctioncErrInvalidArg(stringfunctionName, stringargName="", stringreturnValue="", interrorLevel=2, boolcondition=true, booluseSKSE=true, booluseConsoleUtil=true)Global
Description
Documentation String
Requirements: None, ConsoleUtil:Soft
Caveats
Parameters
stringfunctionName
stringargName=""
stringreturnValue=""
interrorLevel=2
boolcondition=true
booluseSKSE=true
booluseConsoleUtil=true
Examples
Auto-Generated Example
string myString__functionName
string myString__argName
string myString__returnValue
int myInt__errorLevel
bool myBool__condition
bool myBool__useSKSE
bool myBool__useConsoleUtil
clib.cErrInvalidArg(myString__functionName, myString__argName, myString__returnValue, myInt__errorLevel, myBool__condition, myBool__useSKSE, myBool__useConsoleUtil)