Class Int32ParameterTemplate.Int32RangeSet
- Namespace
- Uncreated.Warfare.Quests.Parameters
- Assembly
- Uncreated.Warfare.dll
protected class Int32ParameterTemplate.Int32RangeSet : QuestParameterTemplate<int>.RangeSet, QuestParameterTemplate<int>.IValueSet, IEquatable<QuestParameterTemplate<int>.RangeSet>, IEquatable<QuestParameterTemplate<int>.IValueSet>
- Inheritance
-
Int32ParameterTemplate.Int32RangeSet
- Implements
- Inherited Members
Constructors
Int32RangeSet(int, int, bool, bool, int)
public Int32RangeSet(int minimum, int maximum, bool infinityMinimum, bool infinityMaximum, int round)
Parameters
Fields
Round
public readonly int Round
Field Value
Methods
Equals(RangeSet)
Indicates whether the current object is equal to another object of the same type.
public override bool Equals(QuestParameterTemplate<int>.RangeSet other)
Parameters
otherQuestParameterTemplate<int>.RangeSetAn object to compare with this object.