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


Parameters

  1. ScriptObjectCallingObject

  2. stringasTextToPrint

  3. stringlogName

  4. stringSubLogName=""

  5. intaiSeverity=0

  6. boolbShowNormalTrace=false

  7. boolbShowWarning=false

  8. boolbPrefixTraceWithLogNames=false

  9. 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.