Method | Description | |
---|---|---|
AlexandriaPluginFormatAsset ( |
Initialise the object.
|
|
Detect ( ICollection |
Attempt to detect GameInstances.
|
|
DetectFile ( ICollection |
Attempt to detect a GameInstance from this file.
|
|
MatchGame ( string path, |
Attempt to match a game instance from a given path or a given file, returning the GameInstance or
|
Method | Description | |
---|---|---|
MatchGameFile ( string path, string filename, |
Return whether the game file exists within the path or
|
public AlexandriaPluginFormatAsset ( |
||
plugin | ||
return | System |
public Detect ( ICollection |
||
collection | ICollection |
|
return | void |
public DetectFile ( ICollection |
||
collection | ICollection |
|
path | string | The path to the file. |
reader | The opened file reader. You do not need to reset the position afterwards. | |
manager | The |
|
return | void |
public MatchGame ( string path, |
||
path | string | |
manager | The file manager to use for opening files. | |
return |
protected static MatchGameFile ( string path, string filename, |
||
path | string | |
filename | string | |
manager | The file manager to use for opening files. | |
return | bool |