C# 클래스 HWBalanceAnalyzer.Control.HostileWorldsLogParser

Extracts detailed information from Hostile Worlds log files.
파일 보기 프로젝트 열기: npruehs/hostile-worlds 1 사용 예제들

공개 메소드들

메소드 설명
HostileWorldsLogParser ( Controller controller ) : System

Constructs a new parser for extracting detailed information from Hostile Worlds log files, loading the list of valid squad member class names and valid ability names.

ParseLogFromStream ( Stream stream ) : List

Parses all Hostile Worlds match logs from the passed stream.

비공개 메소드들

메소드 설명
AddAbilityNames ( ) : void

Fills the list of valid ability names.

AddSquadMemberNames ( ) : void

Fills the list of valid squad member class names.

메소드 상세

HostileWorldsLogParser() 공개 메소드

Constructs a new parser for extracting detailed information from Hostile Worlds log files, loading the list of valid squad member class names and valid ability names.
public HostileWorldsLogParser ( Controller controller ) : System
controller Controller /// the controller to be notified whenever any parse errors occur ///
리턴 System

ParseLogFromStream() 공개 메소드

Parses all Hostile Worlds match logs from the passed stream.
public ParseLogFromStream ( Stream stream ) : List
stream Stream /// to stream to parse the match logs from ///
리턴 List