Click or drag to resize
IMyMultiplayerSendMessageToOthers Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyMultiplayer.SendMessageToOthers(System.UInt16,System.Byte[],System.Boolean)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool SendMessageToOthers(
	ushort id,
	byte[] message,
	bool reliable = true
)

Parameters

id
Type: SystemUInt16

[Missing <param name="id"/> documentation for "M:VRage.Game.ModAPI.IMyMultiplayer.SendMessageToOthers(System.UInt16,System.Byte[],System.Boolean)"]

message
Type: SystemByte

[Missing <param name="message"/> documentation for "M:VRage.Game.ModAPI.IMyMultiplayer.SendMessageToOthers(System.UInt16,System.Byte[],System.Boolean)"]

reliable (Optional)
Type: SystemBoolean

[Missing <param name="reliable"/> documentation for "M:VRage.Game.ModAPI.IMyMultiplayer.SendMessageToOthers(System.UInt16,System.Byte[],System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyMultiplayer.SendMessageToOthers(System.UInt16,System.Byte[],System.Boolean)"]

See Also