MLAPI/docs/M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.md
2018-03-31 10:20:18 +02:00

1.3 KiB

NetworkedBehaviour.RegisterMessageHandler Method

Missing <summary> documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"

Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected void RegisterMessageHandler(
	string name,
	Action<int, byte[]> action
)

Parameters

 

name
Type: System.String
[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"]
action
Type: System.Action(Int32, Byte[])
[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"]

See Also

Reference

NetworkedBehaviour Class
MLAPI Namespace