Method | Description | |
---|---|---|
Create ( string directory ) : |
Instantiates the ArkDataContainer and parses all the user data files
|
|
LoadOnlinePlayers ( string ipString, int port ) : void |
Fetches the player server status. Can only be done after fetching Steam player data.
|
|
LoadSteam ( string apiKey ) : void |
Loads the profile data for all users from the steam service
|
public static Create ( string directory ) : |
||
directory | string | The directory containing the profile and tribe files. |
return |
public LoadOnlinePlayers ( string ipString, int port ) : void | ||
ipString | string | The IP of the server. |
port | int | The port of the server. |
return | void |
public LoadSteam ( string apiKey ) : void | ||
apiKey | string | The Steam API key |
return | void |