Background for Skyrim SE
Member of the clib script
voidfunctioncErrReqDisabled(stringfunctionName, stringmodName="KSE", stringreturnValue="", interrorLevel=2, boolcondition=true, booluseConsoleUtil=true)Global

Description

Documentation String

Requirements: None, ConsoleUtil:Soft


Caveats


Parameters

stringfunctionName

stringmodName="KSE"

stringreturnValue=""

interrorLevel=2

boolcondition=true

booluseConsoleUtil=true


Examples

Auto-Generated Example

string myString__functionName
string myString__modName
string myString__returnValue
int myInt__errorLevel
bool myBool__condition
bool myBool__useConsoleUtil

clib.cErrReqDisabled(myString__functionName, myString__modName, myString__returnValue, myInt__errorLevel, myBool__condition, myBool__useConsoleUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.