Method | Description | |
---|---|---|
AddCombatAction ( int SwingType, bool Critical, string Special, string Attacker, string theAttackType, Dnum Damage, System.DateTime Time, int TimeSorter, string Victim, string theDamageType ) : void | ||
SetEncounter ( System.DateTime Time, string Attacker, string Victim ) : bool |
public AddCombatAction ( int SwingType, bool Critical, string Special, string Attacker, string theAttackType, Dnum Damage, System.DateTime Time, int TimeSorter, string Victim, string theDamageType ) : void | ||
SwingType | int | |
Critical | bool | |
Special | string | |
Attacker | string | |
theAttackType | string | |
Damage | Dnum | |
Time | System.DateTime | |
TimeSorter | int | |
Victim | string | |
theDamageType | string | |
return | void |
public SetEncounter ( System.DateTime Time, string Attacker, string Victim ) : bool | ||
Time | System.DateTime | |
Attacker | string | |
Victim | string | |
return | bool |