C# Class Nanook.TheGhost.GameFile

Afficher le fichier Open project: Nanook/TheGHOST Class Usage Examples

Private Properties

Свойство Type Description
GameFile System
GameFile System
UpdateLocalDateTime void

Méthodes publiques

Méthode Description
CreateArray ( ) : Nanook.TheGhost.GameFile[]
CreateGameArray ( ) : string[]
CreateLocalArray ( ) : string[]

Private Methods

Méthode Description
GameFile ( string gameName, string localName, GameFileType type ) : System

Create an instance that maps a game file to a local path

GameFile ( string gameName, string localName, GameFileType type, bool isNew ) : System

Create an instance that maps a game file to a local path

UpdateLocalDateTime ( ) : void

Called to update the LocalDateTime to indicate there are no changes

Method Details

CreateArray() public static méthode

public static CreateArray ( ) : Nanook.TheGhost.GameFile[]
Résultat Nanook.TheGhost.GameFile[]

CreateGameArray() public static méthode

public static CreateGameArray ( ) : string[]
Résultat string[]

CreateLocalArray() public static méthode

public static CreateLocalArray ( ) : string[]
Résultat string[]