Click or drag to resize
IMySessionGameOver Method (NullableMyStringId)

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMySession.GameOver(System.Nullable{VRage.Utils.MyStringId})"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void GameOver(
	Nullable<MyStringId> customMessage
)

Parameters

customMessage
Type: SystemNullableMyStringId

[Missing <param name="customMessage"/> documentation for "M:VRage.Game.ModAPI.IMySession.GameOver(System.Nullable{VRage.Utils.MyStringId})"]

See Also