C# Class Alexandria.GameInstance

This describes an instance of a game.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

Initialise the instance.
public GameInstance ( Game game, string path ) : System
game Game
path string
Résultat System

GameInstance() public méthode

Decode the instance from the source text.
public GameInstance ( string source ) : System
source string
Résultat System

ToSource() public méthode

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