Debug
- Found in:
- Vanilla
Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
- Found in:
- Vanilla
Teleports the player to the specified cell. (Same as the CenterOnCell console command)
- Found in:
- Vanilla
Teleports the player to the specified cell and does not return until they arrive.
- Found in:
- Vanilla
Teleports the player to the specified reference and does not return until they arrive.
- Found in:
- Vanilla
Closes the specified user log. If the log isn't open, it doesn't do anything. A subsequent call to Debug.OpenUserLog(...) will cycle the logs on disk (so log 0 becomes 1, 1 becomes 2, etc).
- Found in:
- Vanilla
Dumps all alias fill information on the specified quest to the alias dump file. The dump files are stored in "<game folder>/Logs/Script/AliasDump".
- Found in:
- Vanilla
Dumps all events the specified script is registered for to the script log.
- Found in:
- Vanilla
Enables/disables collisions in the game
- Found in:
- Vanilla
Enables/disables AI detection in the game.
- Found in:
- Vanilla
Enables/disables menu rendering in the game.
- Found in:
- Vanilla
Obtains the game's build configuration.
- Found in:
- Vanilla
Obtains the game's platform name.
- Found in:
- Vanilla
Obtains the game's version number.
- Found in:
- Vanilla
Displays a single-button OK message box containing the specified text.
- Found in:
- Vanilla
Displays a notification in the top-left corner of the screen.
- Found in:
- Vanilla
Opens a new user log on disk.
- Found in:
- Vanilla
Turns god mode on and off in the game.
- Found in:
- Vanilla
Starts profiling a single Papyrus script. Child and parent scripts are not profiled.
- Found in:
- Vanilla
Starts profiling a single Papyrus stack until stopped or until the last function exits.
- Found in:
- Vanilla
Starts profiling all stacks that start in the specified script (and optionally object). Calls into said script from outside scripts are NOT profiled.
- Found in:
- Vanilla
Stops profiling a single Papyrus script. Child and parent scripts are not affected. If the script is not being profiled nothing will change.
- Found in:
- Vanilla
Stops profiling a single Papyrus stack.
- Found in:
- Vanilla
Stops profiling all stacks that start in the specified script (and optionally object).
- Found in:
- Vanilla
Outputs a string to the Papyrus log on disk, and the Papyrus overlay. It also attaches all available information about the function that called in, including the current value of all of the function's variables and parameters.
- Found in:
- Vanilla
Outputs a string to the Papyrus log on disk, and the Papyrus overlay. It also attaches a full callstack so you can see who called you (and who called them and so on).
- Found in:
- Vanilla
Outputs a string to the Papyrus log on disk, and the Papyrus overlay. But only if the global is true.
- Found in:
- Vanilla
Outputs a string to the Papyrus log on disk, and the Papyrus overlay. But only if the condition is true.
- Found in:
- Vanilla
Outputs a string to the Papyrus log on disk, the Papyrus overlay, and pops up a message box with the same text.
- Found in:
- Vanilla
Outputs a string to the Papyrus log on disk, and the Papyrus overlay, pretty-printing the passed in self object and function name.
The output format is: "[Script]-->FunctionName(): Text"
- Found in:
- Vanilla
Used to add a tripod to a reference (non-release builds only)
- Found in:
- Vanilla
Prints out the players position to the database (non-release PC and Xenon builds only)
