C# 클래스 ArkData.ArkDataContainer

The container for the ARK data.
파일 보기 프로젝트 열기: AuthiQ/ArkData 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string directory ) : ArkDataContainer

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

메소드 상세

Create() 공개 정적인 메소드

Instantiates the ArkDataContainer and parses all the user data files
public static Create ( string directory ) : ArkDataContainer
directory string The directory containing the profile and tribe files.
리턴 ArkDataContainer

LoadOnlinePlayers() 공개 메소드

Fetches the player server status. Can only be done after fetching Steam player data.
public LoadOnlinePlayers ( string ipString, int port ) : void
ipString string The IP of the server.
port int The port of the server.
리턴 void

LoadSteam() 공개 메소드

Loads the profile data for all users from the steam service
public LoadSteam ( string apiKey ) : void
apiKey string The Steam API key
리턴 void