Click or drag to resize
MyAPIUtilitiesIMyUtilitiesShowMessage Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.VRage#Game#ModAPI#IMyUtilities#ShowMessage(System.String,System.String)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
void IMyUtilities.ShowMessage(
	string sender,
	string messageText
)

Parameters

sender
Type: SystemString

[Missing <param name="sender"/> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.VRage#Game#ModAPI#IMyUtilities#ShowMessage(System.String,System.String)"]

messageText
Type: SystemString

[Missing <param name="messageText"/> documentation for "M:Sandbox.ModAPI.MyAPIUtilities.VRage#Game#ModAPI#IMyUtilities#ShowMessage(System.String,System.String)"]

Implements

IMyUtilitiesShowMessage(String, String)
See Also