RpcSentEvent Constructor
Namespace: Alteruna.Multiplayer.EventArgumentAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
protected internal RpcSentEvent(
MultiplayerManager controller,
ushort userIndex,
string rpcName,
bool multicast
)
Parameters
- controller MultiplayerManager
- The MultiplayerManager that raised the event.
- userIndex UInt16
- The session-local index of the (first) recipient.
- rpcName String
- The name of the remote procedure that was called.
- multicast Boolean
- Whether the call targeted multiple users.