Table of Contents

Enum UnitDispatchOption

Namespace
XENBIT.ResQueServe.Abstractions.DataStructures
Assembly
RQS.Abstractions.dll

Represents the options for unit dispatch, determining how units are selected for dispatch.

public enum UnitDispatchOption
Extension Methods

Fields

Exclude = 1

Indicates that the unit should be excluded from automatic dispatch.

MaxDistance = 3

Indicates that the unit should be dispatched based on the closest distance to the location, with a maximum distance override.

MinDistance = 2

Indicates that the unit should be dispatched based on the closest distance to the location, with a minimum distance override.

Normal = 0

Indicates a normal dispatch option.