Click or drag to resize
MyAPIUtilitiesEnterMessage Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.EnterMessage(System.String,System.Boolean@)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public void EnterMessage(
	string messageText,
	ref bool sendToOthers
)

Parameters

messageText
Type: SystemString

[Missing <param name="messageText"/> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.EnterMessage(System.String,System.Boolean@)"]

sendToOthers
Type: SystemBoolean

[Missing <param name="sendToOthers"/> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.EnterMessage(System.String,System.Boolean@)"]

See Also