- Found in:
- Vanilla
[DEV SERVER] Loading description...
Caveats
Parameters
stringTextToPrint
CK Wiki Description
The text that should be printed to the log and text page.
boolShowTrace
CK Wiki Description
If true, the trace is printed out, otherwise it is eaten by the function.
intSeverity=0
CK Wiki Description
the severity to pass through to the trace command
Examples
; Output "Hello World" to the log, but only if the bdebug variable is true
Debug.TraceConditional("Hello, World!", bDebug)Auto-Generated Example
string myString__TextToPrint
bool myBool__ShowTrace
int myInt__Severity
Debug.TraceConditional(myString__TextToPrint, myBool__ShowTrace, myInt__Severity)Related Pages
- Debug
- Debug.MessageBox(...)
- Debug.Notification(...)
- Debug.Trace(...)
- Debug.TraceAndBox(...)
- Debug.TraceStack(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
