ConsoleCommandExecutedEventArgs Class

RAGE Plugin Hook Documentation

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

Provides data for the [!:ConsoleCommand::Executed] event
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    RageConsoleCommandExecutedEventArgs

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

[SerializableAttribute]
public sealed class ConsoleCommandExecutedEventArgs : EventArgs

The ConsoleCommandExecutedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodConsoleCommandExecutedEventArgs
Initializes a new instance of the ConsoleCommandExecutedEventArgs class
Top
Properties

  NameDescription
Public propertyArguments
Public propertyCommand
Top
See Also

Reference