C# Class Alexandria.GameInstance

This describes an instance of a game.
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
GameInstance ( Game game, string path ) : System

Initialise the instance.

GameInstance ( string source ) : System

Decode the instance from the source text.

ToSource ( ) : string

Convert to a string representation of the GameInstance, which is "CurrentSourceVersion\tGameGuid\tGameName\tPath".

Method Details

GameInstance() public method

Initialise the instance.
public GameInstance ( Game game, string path ) : System
game Game
path string
return System

GameInstance() public method

Decode the instance from the source text.
public GameInstance ( string source ) : System
source string
return System

ToSource() public method

Convert to a string representation of the GameInstance, which is "CurrentSourceVersion\tGameGuid\tGameName\tPath".
public ToSource ( ) : string
return string