Hold dice-type ranges: [multiplier x] nb_dices d nb_faces [(+|-) addsub]
| C# |
public struct TCODDice
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| TCODDice(Int32, Int32, Int32, Int32) |
Create a new TCODDice
| |
| TCODDice(Int32, Int32) |
Create a new TCODDice
| |
| TCODDice(TCODDice) |
Create Copy of TCODDIce
| |
| addsub |
Constant to add/subtract to dice roll
| |
| Equality(TCODDice, TCODDice) |
Determine if two TCODDice are equal.
| |
| Equals(Object) |
Compare two TCODDice
(Overrides ValueType.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() |
Calculate Hash Value of a TCODDice
(Overrides ValueType.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Inequality(TCODDice, TCODDice) |
Determine if two TCODDice are not equal.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| multiplier |
Multiplier attached to dice roll
| |
| nb_dices |
Number of Dices
| |
| nb_faces |
Number of faces per side
| |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |