MultiplayerManagerReplyRemoteProcedure Method
Reply to a Remote Procedure Called by another User.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
public void ReplyRemoteProcedure(
uint callID,
ushort result,
ProcedureParameters parameters = null,
ISerializable userData = null
)
Parameters
- callID UInt32
- The callID of the RPC to reply to.
- result UInt16
- The result of the procedure.
- parameters ProcedureParameters (Optional)
- The parameters to be sent with the reply.
- userData ISerializable (Optional)
- Alternative to parameters.