[This is preliminary documentation and is subject to change.]
Provides access to the console of the hook.
Inheritance Hierarchy
SystemMarshalByRefObject
HookMarshalByRefObject
RageGameConsole
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The GameConsole type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsOpen |
Gets a value indicating whether the console is open.
|
Methods
Name | Description | |
---|---|---|
Adds an empty entry to the console output.
| ||
Print(String) |
Adds an entry with the specified text to the console output.
|
See Also