Table of Contents

Class SingleParameterTemplate.SingleRangeSet

Namespace
Uncreated.Warfare.Quests.Parameters
Assembly
Uncreated.Warfare.dll
protected class SingleParameterTemplate.SingleRangeSet : QuestParameterTemplate<float>.RangeSet, QuestParameterTemplate<float>.IValueSet, IEquatable<QuestParameterTemplate<float>.RangeSet>, IEquatable<QuestParameterTemplate<float>.IValueSet>
Inheritance
SingleParameterTemplate.SingleRangeSet
Implements
Inherited Members

Constructors

SingleRangeSet(float, float, bool, bool, int)

public SingleRangeSet(float minimum, float maximum, bool infinityMinimum, bool infinityMaximum, int round)

Parameters

minimum float
maximum float
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<float>.RangeSet other)

Parameters

other QuestParameterTemplate<float>.RangeSet

An object to compare with this object.

Returns

bool

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