C# Class DamageTracker.Config

Get or store config file settings
Mostra file Open project: BryanHurst/Aion-DamageTracker

Public Methods

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

Method Details

create_aion_config_file() public static method

Create the system.ovr file in the Aion directory This file is what tells the game to log stuff
public static create_aion_config_file ( ) : void
return void

game_path_exists() public static method

Check if the game path is correct. Do we find the aion.bin file? Do we find the chat log?
public static game_path_exists ( ) : System.Boolean
return System.Boolean

get_game_log_path() public static method

Return the path to the game's log
public static get_game_log_path ( ) : string
return string

get_game_path() public static method

Returns the path to the game
public static get_game_path ( ) : string
return string

set_game_path() public static method

Sets the path to the game
public static set_game_path ( string path ) : void
path string
return void