GameConsole Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Provides access to the console of the hook.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    HookMarshalByRefObject
      RageGameConsole

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[SerializableAttribute]
public sealed class GameConsole : HookMarshalByRefObject

The GameConsole type exposes the following members.

Properties

  NameDescription
Public propertyIsOpen
Gets a value indicating whether the console is open.
Top
Methods

  NameDescription
Public methodPrint
Adds an empty entry to the console output.
Public methodPrint(String)
Adds an entry with the specified text to the console output.
Top
See Also

Reference