Table of Contents

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

minimum int
maximum int
infinityMinimum bool
infinityMaximum bool
round int

Fields

Round

public readonly int Round

Field Value

int

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

other QuestParameterTemplate<int>.RangeSet

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.