Dnum Class |
public class Dnum : IComparable
The Dnum type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dnum(Int64) | A simple positive damage amount |
![]() | Dnum(Int64, String) | A complex damage amount or failed attack |
Name | Description | |
---|---|---|
![]() | DamageString | A detailed label used for failed attacks(Victim parries) or complex damage attacks |
![]() | DamageString2 | |
![]() ![]() | Death | |
![]() ![]() | Miss | |
![]() ![]() | NoDamage | |
![]() | Number | |
![]() ![]() | ThreatPosition | |
![]() ![]() | Unknown | A failed attack that will be described by the custom DamageString |
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() | Equals | (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | ToString | (Overrides ObjectToString) |
![]() | ToString(Boolean) |
Name | Description | |
---|---|---|
![]() ![]() | Addition(Dnum, Dnum) | |
![]() ![]() | Equality(Dnum, Dnum) | |
![]() ![]() | (Dnum to Int64) | |
![]() ![]() | (Int64 to Dnum) | |
![]() ![]() | Inequality(Dnum, Dnum) |