Background for Skyrim SE

ConsoleUtil


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
voidfunctionExecuteCommand(stringa_command)NativeGlobal

@brief Executes the command.
@param a_command - The command to execute, i.e. "player.setav attackdamagemult 100".

@brief Returns the console's selected reference.
@return Returns NONE if no reference is selected, else returns the console's selected reference.

voidfunctionSetSelectedReference(ObjectReferencea_reference)NativeGlobal

@brief Sets the console's selected reference to the specified reference.
@param a_reference - The reference to set the selected reference to.

stringfunctionReadMessage()NativeGlobal

@brief Reads the last message printed to the console.
@return The last message printed to the console.

voidfunctionPrintMessage(stringa_message)NativeGlobal

@brief Prints the given message to the console.
@param a_message - The message to print to the console.

intfunctionGetVersion()NativeGlobal

@brief Returns the API version.
@return Returns 0 if not installed, else returns the API version.

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.