ConsoleUtil
- Found in:
- ConsoleUtil
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
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.
