RpcSentEvent Class
Event raised when a remote procedure call has been sent by the local client.
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.
| Multicast | Whether the call was sent to multiple users simultaneously. |
| RpcName | The name of the remote procedure that was called. |