C# Class Nanook.TheGhost.GameFile

ファイルを表示 Open project: Nanook/TheGHOST Class Usage Examples

Private Properties

Property Type Description
GameFile System
GameFile System
UpdateLocalDateTime void

Public Methods

Method Description
CreateArray ( ) : Nanook.TheGhost.GameFile[]
CreateGameArray ( ) : string[]
CreateLocalArray ( ) : string[]

Private Methods

Method 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 method

public static CreateArray ( ) : Nanook.TheGhost.GameFile[]
return Nanook.TheGhost.GameFile[]

CreateGameArray() public static method

public static CreateGameArray ( ) : string[]
return string[]

CreateLocalArray() public static method

public static CreateLocalArray ( ) : string[]
return string[]