The ConsoleUtil script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like ConsoleUtil (ConsoleUtil).
For this script, the Papyrus index knows about:
- 6 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- ConsoleUtil
@brief Executes the command.
@param a_command - The command to execute, i.e. "player.setav attackdamagemult 100".- Found in:
- ConsoleUtil
@brief Returns the console's selected reference.
@return Returns NONE if no reference is selected, else returns the console's selected reference.- Found in:
- ConsoleUtil
@brief Sets the console's selected reference to the specified reference.
@param a_reference - The reference to set the selected reference to.- Found in:
- ConsoleUtil
@brief Reads the last message printed to the console.
@return The last message printed to the console.- Found in:
- ConsoleUtil
@brief Prints the given message to the console.
@param a_message - The message to print to the console.- Found in:
- ConsoleUtil
@brief Returns the API version.
@return Returns 0 if not installed, else returns the API version.
