Click or drag to resize
MyModAPIHelperMyMultiplayerSendMessageTo Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendMessageTo(System.UInt16,System.Byte[],System.UInt64,System.Boolean)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public bool SendMessageTo(
	ushort id,
	byte[] message,
	ulong recipient,
	bool reliable
)

Parameters

id
Type: SystemUInt16

[Missing <param name="id"/> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendMessageTo(System.UInt16,System.Byte[],System.UInt64,System.Boolean)"]

message
Type: SystemByte

[Missing <param name="message"/> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendMessageTo(System.UInt16,System.Byte[],System.UInt64,System.Boolean)"]

recipient
Type: SystemUInt64

[Missing <param name="recipient"/> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendMessageTo(System.UInt16,System.Byte[],System.UInt64,System.Boolean)"]

reliable
Type: SystemBoolean

[Missing <param name="reliable"/> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendMessageTo(System.UInt16,System.Byte[],System.UInt64,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendMessageTo(System.UInt16,System.Byte[],System.UInt64,System.Boolean)"]

Implements

IMyMultiplayerSendMessageTo(UInt16, Byte, UInt64, Boolean)
See Also