GameServer..::..PlayExistingGame Method

Plays an existing game. If the game cannot be played false is immediately returned; otherwise, the game is played out and true is returned when the game is over.

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public bool PlayExistingGame(
	IConsoleViewPort console,
	ICorePersistentStorage persistentStorage
)

Parameters

console
Type: IConsoleViewPort
persistentStorage
Type: ICorePersistentStorage

Return Value