C# Class DamageTracker.Config

Get or store config file settings
Afficher le fichier Open project: BryanHurst/Aion-DamageTracker

Méthodes publiques

Méthode 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 méthode

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
Résultat void

game_path_exists() public static méthode

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
Résultat System.Boolean

get_game_log_path() public static méthode

Return the path to the game's log
public static get_game_log_path ( ) : string
Résultat string

get_game_path() public static méthode

Returns the path to the game
public static get_game_path ( ) : string
Résultat string

set_game_path() public static méthode

Sets the path to the game
public static set_game_path ( string path ) : void
path string
Résultat void