Click or drag to resize

NetworkedBehaviourRegisterMessageHandler 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: SystemString

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

action
Type: SystemActionInt32, Byte

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

See Also