@wayward/types 2.14.5-beta.dev.20250531.1 → 2.14.5-beta.dev.20250604.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.
@@ -112,7 +112,7 @@ export default abstract class Entity<DescriptionType = unknown, TypeType extends
|
|
112
112
|
/**
|
113
113
|
* Returns humans within this entities fov & that they can see
|
114
114
|
*/
|
115
|
-
|
115
|
+
getHumansVisible(isClientside: boolean): Human[];
|
116
116
|
get isOnFire(): FireType;
|
117
117
|
queueSoundEffect(type: SfxType, delay?: number, speed?: number): void;
|
118
118
|
updateRender(source: RenderSource, flag: UpdateRenderFlag): void;
|
package/package.json
CHANGED