Method | Description | |
---|---|---|
create_aion_config_file ( ) : void |
Create the system.ovr file in the Aion directory This file is what tells the game to log stuff
|
|
game_path_exists ( ) : System.Boolean |
Check if the game path is correct. Do we find the aion.bin file? Do we find the chat log?
|
|
get_game_log_path ( ) : string |
Return the path to the game's log
|
|
get_game_path ( ) : string |
Returns the path to the game
|
|
set_game_path ( string path ) : void |
Sets the path to the game
|
public static create_aion_config_file ( ) : void | ||
return | void |
public static game_path_exists ( ) : System.Boolean | ||
return | System.Boolean |
public static set_game_path ( string path ) : void | ||
path | string | |
return | void |