Skip to content

Commit cbd6bb8

Browse files
committed
Update for 2.14.4-beta.dev.20250427.1
1 parent 4b73224 commit cbd6bb8

3 files changed

Lines changed: 29 additions & 27 deletions

File tree

definitions/game/renderer/IRenderer.d.ts

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -102,32 +102,33 @@ export declare enum RenderSource {
102102
NotifierAddNotifierIcon = 37,
103103
NotifierAddStat = 38,
104104
NotifierAddStatusType = 39,
105-
NotifierRemoveMarker = 40,
106-
NotifierRemoveNotification = 41,
107-
OptionEquipment = 42,
108-
OptionVisionMode = 43,
109-
OptionZoomLevel = 44,
110-
Particles = 45,
111-
PlayerAdd = 46,
112-
PlayerKill = 47,
113-
PlayerNoclip = 48,
114-
PlayerProcessMovement = 49,
115-
PlayerReady = 50,
116-
PlayerRemove = 51,
117-
PlayerRespawn = 52,
118-
PlayerWalkToTilePath = 53,
119-
PlayerWalkToTilePathOverburdened = 54,
120-
PlayerWalkToTilePathPreview = 55,
121-
PlayerWalkToTilePathReset = 56,
122-
RendererReinitialize = 57,
123-
Resize = 58,
124-
Sacrifice = 59,
125-
SetupGl = 60,
126-
SpawnAnimationStart = 61,
127-
StartGame = 62,
128-
Steamworks = 63,
129-
Thumbnail = 64,
130-
WorldLayerRendererFlush = 65
105+
NotifierKeepMarker = 40,
106+
NotifierRemoveMarker = 41,
107+
NotifierRemoveNotification = 42,
108+
OptionEquipment = 43,
109+
OptionVisionMode = 44,
110+
OptionZoomLevel = 45,
111+
Particles = 46,
112+
PlayerAdd = 47,
113+
PlayerKill = 48,
114+
PlayerNoclip = 49,
115+
PlayerProcessMovement = 50,
116+
PlayerReady = 51,
117+
PlayerRemove = 52,
118+
PlayerRespawn = 53,
119+
PlayerWalkToTilePath = 54,
120+
PlayerWalkToTilePathOverburdened = 55,
121+
PlayerWalkToTilePathPreview = 56,
122+
PlayerWalkToTilePathReset = 57,
123+
RendererReinitialize = 58,
124+
Resize = 59,
125+
Sacrifice = 60,
126+
SetupGl = 61,
127+
SpawnAnimationStart = 62,
128+
StartGame = 63,
129+
Steamworks = 64,
130+
Thumbnail = 65,
131+
WorldLayerRendererFlush = 66
131132
}
132133
export declare function calculateAmbientLightLevel(origin: IFieldOfViewOrigin, z: number): number;
133134
export declare const ZOOM_LEVEL_MIN = 1;

definitions/game/renderer/notifier/INotifier.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import type { IVector2 } from "@wayward/game/utilities/math/IVector";
1515
import type { IVector4 } from "@wayward/game/utilities/math/Vector4";
1616
import type { IRGB } from "@wayward/utilities/Color";
1717
export interface INotificationLocation extends IVector4 {
18+
readonly isValid?: boolean;
1819
getMovementPoint?(timeStamp: number): IVector2;
1920
getMovementProgress?(timeStamp: number): number;
2021
queueSoundEffect?(soundEffect: SfxType): void;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wayward/types",
33
"description": "TypeScript declarations for Wayward, used for modding.",
4-
"version": "2.14.4-beta.dev.20250426.1",
4+
"version": "2.14.4-beta.dev.20250427.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)