SchedulerWT: {
type: "compound";
value: {
daysSinceLastWTSpawn?: { type: "int"; value: number };
isSpawningWT?: { type: "byte"; value: 0 | 1 };
nextWTSpawnCheckTick?: {
type: "long";
value: [high: number, low: number];
};
};
}
Type declaration
type: "compound"
value: {
daysSinceLastWTSpawn?: { type: "int"; value: number };
isSpawningWT?: { type: "byte"; value: 0 | 1 };
nextWTSpawnCheckTick?: { type: "long"; value: [high: number, low: number] };
}
OptionaldaysSinceLastWTSpawn?: { type: "int"; value: number }
OptionalisSpawningWT?: { type: "byte"; value: 0 | 1 }
OptionalnextWTSpawnCheckTick?: { type: "long"; value: [high: number, low: number] }
The SchedulerWT schema.
The schedulerWT data.