|
enum | HaulMode : byte { Undefined,
ToCellStorage,
ToCellNonStorage,
ToContainer
} |
|
enum | JobCondition : byte {
None,
Ongoing,
Succeeded,
Incompletable,
InterruptOptional,
InterruptForced,
Errored,
ErroredPather
} |
|
enum | JobTag : byte { NoTag,
Idle,
AllCaravanItemsGathered
} |
|
enum | LocomotionUrgency : byte {
None,
Amble,
Walk,
Jog,
Sprint
} |
|
enum | PathEndMode : byte {
None,
OnCell,
Touch,
ClosestTouch,
InteractionCell
} |
|
enum | TargetIndex : byte { None,
A,
B,
C
} |
|
enum | TargetScanFlags : byte {
None = 0,
NeedLOSToPawns = 1,
NeedLOSToNonPawns = 2,
NeedLOSToAll = 3,
NeedReachable = 4,
NeedNonBurning = 8,
NeedThreat = 16
} |
|
enum | ThinkTreeDutyHook { None,
HighPriority,
MediumPriority
} |
|
enum | ToilCompleteMode : byte {
Undefined,
Instant,
PatherArrival,
Delay,
FinishedBusy,
Never
} |
|