@wayward/types 2.14.4-beta.dev.20250426.1 → 2.14.4-beta.dev.20250428.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,32 +102,33 @@ export declare enum RenderSource {
102
102
  NotifierAddNotifierIcon = 37,
103
103
  NotifierAddStat = 38,
104
104
  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
131
132
  }
132
133
  export declare function calculateAmbientLightLevel(origin: IFieldOfViewOrigin, z: number): number;
133
134
  export declare const ZOOM_LEVEL_MIN = 1;
@@ -15,6 +15,7 @@ import type { IVector2 } from "@wayward/game/utilities/math/IVector";
15
15
  import type { IVector4 } from "@wayward/game/utilities/math/Vector4";
16
16
  import type { IRGB } from "@wayward/utilities/Color";
17
17
  export interface INotificationLocation extends IVector4 {
18
+ readonly isValid?: boolean;
18
19
  getMovementPoint?(timeStamp: number): IVector2;
19
20
  getMovementProgress?(timeStamp: number): number;
20
21
  queueSoundEffect?(soundEffect: SfxType): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.14.4-beta.dev.20250426.1",
4
+ "version": "2.14.4-beta.dev.20250428.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",