Background for Starfield
Member of the Debug script
boolfunctionTraceLog(ScriptObjectCallingObject, stringasTextToPrint, stringlogName, stringSubLogName="", intaiSeverity=0, boolbShowNormalTrace=false, boolbShowWarning=false, boolbPrefixTraceWithLogNames=false, boolbPrefixTracesWithCallingObject=true)Global

Description

Documentation Comment

jduvall


Caveats


Parameters

ScriptObjectCallingObject

stringasTextToPrint

stringlogName

stringSubLogName=""

intaiSeverity=0

boolbShowNormalTrace=false

boolbShowWarning=false

boolbPrefixTraceWithLogNames=false

boolbPrefixTracesWithCallingObject=true


Examples

Auto-Generated Example

ScriptObject myScriptObject__CallingObject
string myString__asTextToPrint
string myString__logName
string myString__SubLogName
int myInt__aiSeverity
bool myBool__bShowNormalTrace
bool myBool__bShowWarning
bool myBool__bPrefixTraceWithLogNames
bool myBool__bPrefixTracesWithCallingObject

bool returnedValue = Debug.TraceLog(myScriptObject__CallingObject, myString__asTextToPrint, myString__logName, myString__SubLogName, myInt__aiSeverity, myBool__bShowNormalTrace, myBool__bShowWarning, myBool__bPrefixTraceWithLogNames, myBool__bPrefixTracesWithCallingObject)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.