EngineServices Exit Method RapidGame Class Library

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

This function should theoretically kill the main instance of the game and the RapidEngine. There is a bug in RapidXNA 3.0 where this may not happen. Rather use the XNA exit function to kill the game.

Namespace: RapidXNA
Assembly: RapidXNA3.0 (in RapidXNA3.0.dll) Version: 3.0.0.0
Syntax

public void Exit(
	Game game
)

Parameters

game
Type: Game

[Missing <param name="game"/> documentation for "M:RapidXNA.EngineServices.Exit(Microsoft.Xna.Framework.Game)"]

Exceptions

ExceptionCondition
InvalidOperationException This function should theoretically kill the main instance of the game and the RapidEngine. There is a bug in RapidXNA 3.0 where this may not happen. Rather use the XNA exit function to kill the game.
Version Information

RapidGame

Supported in: 1
See Also