RpcSentEvent Class

Event raised when a remote procedure call has been sent by the local client.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public class RpcSentEvent : UserIdEvent
Inheritance
Object    MultiplayerEvent    UserIdEvent    RpcSentEvent

Remarks

Subscribe to [!:MultiplayerManager.RpcSent] to receive this event. When Multicast is the call was sent to multiple users and UserIndex represents the first recipient; when it was sent to a single user identified by UserIndex.

Constructors

RpcSentEvent Initializes a new instance of RpcSentEvent.

Fields

Multicast Whether the call was sent to multiple users simultaneously.
RpcName The name of the remote procedure that was called.

See Also