C# Class BNS_ACT_Plugin.LogParse

Datei anzeigen Open project: ravahn/BnS_ACT_Plugin Class Usage Examples

Public Properties

Property Type Description
regex_buff System.Text.RegularExpressions.Regex
regex_debuff System.Text.RegularExpressions.Regex
regex_debuff2 System.Text.RegularExpressions.Regex
regex_defeat System.Text.RegularExpressions.Regex
regex_evade System.Text.RegularExpressions.Regex
regex_heal System.Text.RegularExpressions.Regex
regex_incomingdamage1 System.Text.RegularExpressions.Regex
regex_incomingdamage2 System.Text.RegularExpressions.Regex
regex_incomingdamage3 System.Text.RegularExpressions.Regex
regex_yourdamage System.Text.RegularExpressions.Regex

Public Methods

Method Description
BeforeLogLineRead ( bool isImport, Advanced_Combat_Tracker logInfo ) : void
Initialize ( IACTWrapper ACT ) : void
ParseLogDateTime ( string message ) : System.DateTime

Private Methods

Method Description
DecodeString ( string data ) : string

Method Details

BeforeLogLineRead() public static method

public static BeforeLogLineRead ( bool isImport, Advanced_Combat_Tracker logInfo ) : void
isImport bool
logInfo Advanced_Combat_Tracker
return void

Initialize() public static method

public static Initialize ( IACTWrapper ACT ) : void
ACT IACTWrapper
return void

ParseLogDateTime() public static method

public static ParseLogDateTime ( string message ) : System.DateTime
message string
return System.DateTime

Property Details

regex_buff public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_buff
return System.Text.RegularExpressions.Regex

regex_debuff public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_debuff
return System.Text.RegularExpressions.Regex

regex_debuff2 public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_debuff2
return System.Text.RegularExpressions.Regex

regex_defeat public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_defeat
return System.Text.RegularExpressions.Regex

regex_evade public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_evade
return System.Text.RegularExpressions.Regex

regex_heal public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_heal
return System.Text.RegularExpressions.Regex

regex_incomingdamage1 public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_incomingdamage1
return System.Text.RegularExpressions.Regex

regex_incomingdamage2 public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_incomingdamage2
return System.Text.RegularExpressions.Regex

regex_incomingdamage3 public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_incomingdamage3
return System.Text.RegularExpressions.Regex

regex_yourdamage public_oe static_oe property

public static Regex,System.Text.RegularExpressions regex_yourdamage
return System.Text.RegularExpressions.Regex