EuphoriaMessage Class

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "T:Rage.Euphoria.EuphoriaMessage"]

Inheritance Hierarchy

SystemObject
  Rage.EuphoriaEuphoriaMessage
    Rage.EuphoriaEuphoriaMessageShot

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

[SerializableAttribute]
public class EuphoriaMessage

The EuphoriaMessage type exposes the following members.

Constructors

  NameDescription
Public methodEuphoriaMessage
Initializes a new instance of the EuphoriaMessage class
Top
Properties

  NameDescription
Public propertyName
Top
Methods

  NameDescription
Public methodPushArgument

Adds the specified argument to this EuphoriaMessage.

Note that this does not override existing arguments with the same name. If this is desired, use the [!:Rage::EuphoriaMessage::SetArgument] overload.

Public methodReset
Public methodSendTo
Public methodSetArgument

Sets the specified argument to this EuphoriaMessage.

Note that this overrides existing arguments with the same name. If this is not desired, use the [!:Rage::EuphoriaMessage::PushArgument] overload.

Top
See Also

Reference