Background for Fallout 4
Member of the Debug script
voidfunctionTraceSelf(ScriptObjectCallingScript, stringFunctionName, stringStringToTrace)Global

[DEV SERVER] Loading description...


Caveats


Parameters

ScriptObjectCallingScript

CK Wiki Description

The script to print out

stringFunctionName

CK Wiki Description

The function name to print out

stringStringToTrace

CK Wiki Description

The text that should be printed to the log and text page.


Examples

; Outputs something like: "[MyScript (020001FD83)]-->DoStuff(): Hello World!"
Debug.TraceSelf(self, "DoStuff", "Hello World!")

Auto-Generated Example

ScriptObject myScriptObject__CallingScript
string myString__FunctionName
string myString__StringToTrace

Debug.TraceSelf(myScriptObject__CallingScript, myString__FunctionName, myString__StringToTrace)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.