@wayward/types 2.14.0-beta.dev.20241110.1 → 2.14.0-beta.dev.20241112.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.
@@ -97,37 +97,38 @@ export declare enum Prompt {
97
97
  MenuMilestoneModifiersImportFailure = 80,
98
98
  MenuOptionsReloadGame = 81,
99
99
  MenuOptionsChangeReload = 82,
100
- MenuOptionsConfirmUnlockMilestones = 83,
101
- MenuOptionsConfirmDiscoverActions = 84,
102
- MenuOptionsConfirmUnlockRecipes = 85,
103
- MenuOptionsSaveDataClearAll = 86,
104
- MenuOptionsSaveDataClearCharacters = 87,
105
- MenuOptionsSaveDataClearHighscores = 88,
106
- MenuOptionsSaveDataClearMilestones = 89,
107
- MenuOptionsSaveDataClearOptions = 90,
108
- MenuOptionsSaveDataClearSaves = 91,
109
- MenuOptionsSaveDataClearCraftingRecipes = 92,
110
- MenuOptionsSaveDataClearBindings = 93,
111
- MenuOptionsConfirmImportGlobalData = 94,
112
- MenuPauseGhostKeepSave = 95,
113
- MenuPauseReturnToTitleScreen = 96,
114
- MenuPauseReturnToTitleScreenChallenge = 97,
115
- MenuPauseReturnToTitleScreenChallengeMultiplayer = 98,
116
- MenuPauseReturnToTitleScreenMultiplayer = 99,
117
- MultiplayerFailedToConnect = 100,
118
- MultiplayerRestartServerAfterLoadingSave = 101,
119
- MultiplayerDisconnect = 102,
120
- MultiplayerDisconnectRejoin = 103,
121
- MultiplayerServerHasUnpublishedMods = 104,
122
- SteamworksURLOpenedInBrowser = 105,
123
- SteamworksWorkshopOpenedInBrowser = 106,
124
- SteamworksModWithNameAlreadyExists = 107,
125
- SteamworksModImportSaveGameFailure = 108,
126
- SteamworksModImportedSaveGame = 109,
127
- SteamworksOpenFolderFailure = 110,
128
- SteamworksModPublishModJsonUpdateFailed = 111,
129
- SteamworksNotAvailableOnSteamDeck = 112,
130
- UiSaveDrop = 113
100
+ MenuOptionsChangeSteamBeta = 83,
101
+ MenuOptionsConfirmUnlockMilestones = 84,
102
+ MenuOptionsConfirmDiscoverActions = 85,
103
+ MenuOptionsConfirmUnlockRecipes = 86,
104
+ MenuOptionsSaveDataClearAll = 87,
105
+ MenuOptionsSaveDataClearCharacters = 88,
106
+ MenuOptionsSaveDataClearHighscores = 89,
107
+ MenuOptionsSaveDataClearMilestones = 90,
108
+ MenuOptionsSaveDataClearOptions = 91,
109
+ MenuOptionsSaveDataClearSaves = 92,
110
+ MenuOptionsSaveDataClearCraftingRecipes = 93,
111
+ MenuOptionsSaveDataClearBindings = 94,
112
+ MenuOptionsConfirmImportGlobalData = 95,
113
+ MenuPauseGhostKeepSave = 96,
114
+ MenuPauseReturnToTitleScreen = 97,
115
+ MenuPauseReturnToTitleScreenChallenge = 98,
116
+ MenuPauseReturnToTitleScreenChallengeMultiplayer = 99,
117
+ MenuPauseReturnToTitleScreenMultiplayer = 100,
118
+ MultiplayerFailedToConnect = 101,
119
+ MultiplayerRestartServerAfterLoadingSave = 102,
120
+ MultiplayerDisconnect = 103,
121
+ MultiplayerDisconnectRejoin = 104,
122
+ MultiplayerServerHasUnpublishedMods = 105,
123
+ SteamworksURLOpenedInBrowser = 106,
124
+ SteamworksWorkshopOpenedInBrowser = 107,
125
+ SteamworksModWithNameAlreadyExists = 108,
126
+ SteamworksModImportSaveGameFailure = 109,
127
+ SteamworksModImportedSaveGame = 110,
128
+ SteamworksOpenFolderFailure = 111,
129
+ SteamworksModPublishModJsonUpdateFailed = 112,
130
+ SteamworksNotAvailableOnSteamDeck = 113,
131
+ UiSaveDrop = 114
131
132
  }
132
133
  export declare enum PromptType {
133
134
  Info = 0,
@@ -103,6 +103,7 @@ export declare const promptMenuCustomGameOptionsImportFailure: import("@wayward/
103
103
  export declare const promptMenuMilestoneModifiersConfirmImport: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
104
104
  export declare const promptMenuMilestoneModifiersImportFailure: import("@wayward/game/game/meta/prompt/IPrompt").IPromptInfoDescription<[]>;
105
105
  export declare const promptMenuOptionsReloadGame: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
106
+ export declare const promptMenuOptionsChangeSteamBeta: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
106
107
  export declare const promptMenuOptionsChangeReload: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
107
108
  export declare const promptMenuOptionsConfirmUnlockMilestones: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
108
109
  export declare const promptMenuOptionsConfirmDiscoverActions: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
@@ -802,151 +802,153 @@ declare enum UiTranslation {
802
802
  MenuOptionsLabelSaveDataRemoval = 787,
803
803
  MenuOptionsTooltipDialogOpacity = 788,
804
804
  MenuOptionsLabelDialogOpacity = 789,
805
- MenuOptionsDeveloperLogSourceFilterHeading = 790,
806
- MenuOptionsDeveloperUIExperiments = 791,
807
- MenuOptionsDeveloperUIExperimentsDescription = 792,
808
- MenuOptionsAudioVolumeDisplay = 793,
809
- MenuOptionsAudioInputSoundOnTyping = 794,
810
- MenuOptionsAudioPlayAudioInBackground = 795,
811
- MenuOptionsMusicPlaylist = 796,
812
- MenuOptionsButtonConfigureBindings = 797,
813
- MenuOptionsButtonSaveCompression = 798,
814
- MenuOptionsButtonSaveCompressionTooltip = 799,
815
- MenuOptionsButtonSaveUIDataGlobally = 800,
816
- MenuOptionsButtonSaveUIDataGloballyTooltip = 801,
817
- MenuPauseButtonContinueGame = 802,
818
- MenuPauseButtonReturnToGame = 803,
819
- MenuPauseButtonOptions = 804,
820
- MenuPauseButtonGameSettings = 805,
821
- MenuPauseButtonPaused = 806,
822
- MenuPauseButtonMultiplayer = 807,
823
- MenuPauseButtonHelp = 808,
824
- MenuPauseButtonTitleScreen = 809,
825
- MenuPauseButtonStopServer = 810,
826
- MenuPauseButtonQuitWithoutSaving = 811,
827
- MenuPauseTooltipNotPaused = 812,
828
- MenuPauseLabelPaused = 813,
829
- MenuPauseLabelNotPaused = 814,
830
- MenuModesTitle = 815,
831
- MenuModesDescription = 816,
832
- MenuMultiplayerOptionsTitle = 817,
833
- MenuMultiplayerOptionsDescription = 818,
834
- MenuMultiplayerOptionsOpenServer = 819,
835
- MenuMultiplayerOptionsOpenServerDescription = 820,
836
- MenuMultiplayerOptionsCopyGameCode = 821,
837
- MenuMultiplayerOptionsCopyGameCodeTooltip = 822,
838
- MenuMultiplayerOptionsInviteSteamFriends = 823,
839
- MenuMultiplayerOptionsCheckConnectionHeading = 824,
840
- MenuMultiplayerOptionsCheckConnectionParagraph = 825,
841
- MenuMultiplayerOptionsCheckConnectionButton = 826,
842
- MenuMultiplayerOptionsCheckConnectionResultUnknown = 827,
843
- MenuMultiplayerOptionsCheckConnectionResultChecking = 828,
844
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 829,
845
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 830,
846
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 831,
847
- MenuMultiplayerOptionsCheckConnectionResultWebSocket = 832,
848
- MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 833,
849
- MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 834,
850
- MenuMultiplayerOptionsCheckConnectionResultSuccess = 835,
851
- MenuJoinServerTitle = 836,
852
- MenuJoinServerDescription = 837,
853
- MenuJoinServerInputPlaceholder = 838,
854
- MenuJoinServerChooseModifiersTitle = 839,
855
- MenuJoinServerChooseModifiersDescription = 840,
856
- MenuSharedMultiplayerChoiceLobbyTypeFriends = 841,
857
- MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 842,
858
- MenuSharedMultiplayerChoiceLobbyTypePublic = 843,
859
- MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 844,
860
- MenuSharedMultiplayerChoiceLobbyTypePrivate = 845,
861
- MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 846,
862
- MenuSharedMultiplayerChoicePVP = 847,
863
- MenuSharedMultiplayerChoicePVPDescription = 848,
864
- MenuSharedMultiplayerChoiceAllowTraveling = 849,
865
- MenuSharedMultiplayerChoiceAllowTravelingDescription = 850,
866
- MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 851,
867
- MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 852,
868
- MenuSharedMultiplayerChoicePauseOnDesync = 853,
869
- MenuSharedMultiplayerChoicePauseOnDesyncDescription = 854,
870
- MenuSharedMultiplayerDescription = 855,
871
- MenuSharedMultiplayerMessageOfTheDay = 856,
872
- MenuSharedMultiplayerMaxPlayers = 857,
873
- MenuSharedRealTimeTickSpeedTooltip = 858,
874
- MenuSharedRealTimeTickSpeedLabel = 859,
875
- MenuSharedButtonDefault = 860,
876
- MenuSharedValueSeconds = 861,
877
- MenuSharedValueMilliseconds = 862,
878
- MenuSharedValueTurns = 863,
879
- MenuSharedValuePercentage = 864,
880
- MenuSharedMilestonesNotUnlockable = 865,
881
- MenuSharedMilestonesNotUnlockableDescription = 866,
882
- MenuSharedMilestonesNotUnlockableButtonShowMods = 867,
883
- MenuSharedButtonDisableAll = 868,
884
- MenuSharedButtonEnableAll = 869,
885
- MenuSharedMilestoneModifiersSelected = 870,
886
- MiscSortBy = 871,
887
- MiscSortCustom = 872,
888
- MiscSortDirection = 873,
889
- MiscFilter = 874,
890
- MiscNone = 875,
891
- MiscPlayerNameDefault = 876,
892
- MiscPlayerNameServer = 877,
893
- MiscSaveNameDefault = 878,
894
- MiscSaveNameDailyChallenge = 879,
895
- MiscSaveNameChallenge = 880,
896
- MiscSaveVersionUnknown = 881,
897
- MiscVersion = 882,
898
- MiscVersionBuildInfoTooltip = 883,
899
- MiscVersionUpdate = 884,
900
- MiscTime = 885,
901
- MiscTimeMeridiem = 886,
902
- MiscError = 887,
903
- MiscContextMenuCopyTooltip = 888,
904
- MiscBindableNoBindings = 889,
905
- MiscBindingIcon = 890,
906
- MiscBindingIconThen = 891,
907
- DifficultyOptionsPeaceful = 892,
908
- DifficultyOptionsAberrantSpawnsDisabled = 893,
909
- DifficultyOptionsAberrantSpawnsOnly = 894,
910
- DifficultyOptionsCreatureSpawningDisabled = 895,
911
- DifficultyOptionsCreatureAlwaysSpawns = 896,
912
- DifficultyOptionsCreatureSpawnsDefault = 897,
913
- DifficultyOptionsCreatureSpawnsAberrantOnly = 898,
914
- DifficultyOptionsCreatureSpawnsNoAberrants = 899,
915
- DifficultyOptionsSpawnLimit = 900,
916
- DifficultyOptionsSpawnRateMultiplier = 901,
917
- DifficultyOptionsDisableScared = 902,
918
- DifficultyOptionsRespawn = 903,
919
- DifficultyOptionsEternalNight = 904,
920
- DifficultyOptionsEternalDay = 905,
921
- DifficultyOptionsTimeInitial = 906,
922
- DifficultyOptionsTimeFrozen = 907,
923
- DifficultyOptionsTimeDayLength = 908,
924
- DifficultyOptionsTimeDayPercent = 909,
925
- DifficultyOptionsNoItems = 910,
926
- DifficultyOptionsRecipes = 911,
927
- DifficultyOptionsStartingIsland = 912,
928
- DifficultyOptionsTravelingEffectsDisabled = 913,
929
- DifficultyOptionsLuck = 914,
930
- DifficultyOptionsWeightBonus = 915,
931
- DifficultyOptionsStatInitial = 916,
932
- DifficultyOptionsStatMax = 917,
933
- DifficultyOptionsStatMultiplier = 918,
934
- DifficultyOptionsStatusStartWith = 919,
935
- DifficultyOptionsStatusUntreatable = 920,
936
- DifficultyOptionsStatusPassChanceMultiplier = 921,
937
- DifficultyOptionsNoRandomSkills = 922,
938
- DifficultyOptionsSkillStartingCount = 923,
939
- DifficultyOptionsSkillGainMultiplier = 924,
940
- DifficultyOptionsSkillInitial = 925,
941
- DifficultyOptionsStatusPermanent = 926,
942
- DifficultyOptionsStatusRateMultiplier = 927,
943
- DifficultyOptionsStatusMultiplier = 928,
944
- DifficultyOptionsItemDurabilityMultiplier = 929,
945
- DifficultyOptionsItemDecayMultiplier = 930,
946
- DifficultyOptionsTileContainersEnabled = 931,
947
- TabCrafting = 932,
948
- TabDismantle = 933,
949
- WindowTitleContainer = 934,
950
- WindowTitleInventory = 935
805
+ MenuOptionsDeveloperSteamBetas = 790,
806
+ MenuOptionsDeveloperSteamBetaName = 791,
807
+ MenuOptionsDeveloperLogSourceFilterHeading = 792,
808
+ MenuOptionsDeveloperUIExperiments = 793,
809
+ MenuOptionsDeveloperUIExperimentsDescription = 794,
810
+ MenuOptionsAudioVolumeDisplay = 795,
811
+ MenuOptionsAudioInputSoundOnTyping = 796,
812
+ MenuOptionsAudioPlayAudioInBackground = 797,
813
+ MenuOptionsMusicPlaylist = 798,
814
+ MenuOptionsButtonConfigureBindings = 799,
815
+ MenuOptionsButtonSaveCompression = 800,
816
+ MenuOptionsButtonSaveCompressionTooltip = 801,
817
+ MenuOptionsButtonSaveUIDataGlobally = 802,
818
+ MenuOptionsButtonSaveUIDataGloballyTooltip = 803,
819
+ MenuPauseButtonContinueGame = 804,
820
+ MenuPauseButtonReturnToGame = 805,
821
+ MenuPauseButtonOptions = 806,
822
+ MenuPauseButtonGameSettings = 807,
823
+ MenuPauseButtonPaused = 808,
824
+ MenuPauseButtonMultiplayer = 809,
825
+ MenuPauseButtonHelp = 810,
826
+ MenuPauseButtonTitleScreen = 811,
827
+ MenuPauseButtonStopServer = 812,
828
+ MenuPauseButtonQuitWithoutSaving = 813,
829
+ MenuPauseTooltipNotPaused = 814,
830
+ MenuPauseLabelPaused = 815,
831
+ MenuPauseLabelNotPaused = 816,
832
+ MenuModesTitle = 817,
833
+ MenuModesDescription = 818,
834
+ MenuMultiplayerOptionsTitle = 819,
835
+ MenuMultiplayerOptionsDescription = 820,
836
+ MenuMultiplayerOptionsOpenServer = 821,
837
+ MenuMultiplayerOptionsOpenServerDescription = 822,
838
+ MenuMultiplayerOptionsCopyGameCode = 823,
839
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 824,
840
+ MenuMultiplayerOptionsInviteSteamFriends = 825,
841
+ MenuMultiplayerOptionsCheckConnectionHeading = 826,
842
+ MenuMultiplayerOptionsCheckConnectionParagraph = 827,
843
+ MenuMultiplayerOptionsCheckConnectionButton = 828,
844
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 829,
845
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 830,
846
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 831,
847
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 832,
848
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 833,
849
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 834,
850
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 835,
851
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 836,
852
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 837,
853
+ MenuJoinServerTitle = 838,
854
+ MenuJoinServerDescription = 839,
855
+ MenuJoinServerInputPlaceholder = 840,
856
+ MenuJoinServerChooseModifiersTitle = 841,
857
+ MenuJoinServerChooseModifiersDescription = 842,
858
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 843,
859
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 844,
860
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 845,
861
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 846,
862
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 847,
863
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 848,
864
+ MenuSharedMultiplayerChoicePVP = 849,
865
+ MenuSharedMultiplayerChoicePVPDescription = 850,
866
+ MenuSharedMultiplayerChoiceAllowTraveling = 851,
867
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 852,
868
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 853,
869
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 854,
870
+ MenuSharedMultiplayerChoicePauseOnDesync = 855,
871
+ MenuSharedMultiplayerChoicePauseOnDesyncDescription = 856,
872
+ MenuSharedMultiplayerDescription = 857,
873
+ MenuSharedMultiplayerMessageOfTheDay = 858,
874
+ MenuSharedMultiplayerMaxPlayers = 859,
875
+ MenuSharedRealTimeTickSpeedTooltip = 860,
876
+ MenuSharedRealTimeTickSpeedLabel = 861,
877
+ MenuSharedButtonDefault = 862,
878
+ MenuSharedValueSeconds = 863,
879
+ MenuSharedValueMilliseconds = 864,
880
+ MenuSharedValueTurns = 865,
881
+ MenuSharedValuePercentage = 866,
882
+ MenuSharedMilestonesNotUnlockable = 867,
883
+ MenuSharedMilestonesNotUnlockableDescription = 868,
884
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 869,
885
+ MenuSharedButtonDisableAll = 870,
886
+ MenuSharedButtonEnableAll = 871,
887
+ MenuSharedMilestoneModifiersSelected = 872,
888
+ MiscSortBy = 873,
889
+ MiscSortCustom = 874,
890
+ MiscSortDirection = 875,
891
+ MiscFilter = 876,
892
+ MiscNone = 877,
893
+ MiscPlayerNameDefault = 878,
894
+ MiscPlayerNameServer = 879,
895
+ MiscSaveNameDefault = 880,
896
+ MiscSaveNameDailyChallenge = 881,
897
+ MiscSaveNameChallenge = 882,
898
+ MiscSaveVersionUnknown = 883,
899
+ MiscVersion = 884,
900
+ MiscVersionBuildInfoTooltip = 885,
901
+ MiscVersionUpdate = 886,
902
+ MiscTime = 887,
903
+ MiscTimeMeridiem = 888,
904
+ MiscError = 889,
905
+ MiscContextMenuCopyTooltip = 890,
906
+ MiscBindableNoBindings = 891,
907
+ MiscBindingIcon = 892,
908
+ MiscBindingIconThen = 893,
909
+ DifficultyOptionsPeaceful = 894,
910
+ DifficultyOptionsAberrantSpawnsDisabled = 895,
911
+ DifficultyOptionsAberrantSpawnsOnly = 896,
912
+ DifficultyOptionsCreatureSpawningDisabled = 897,
913
+ DifficultyOptionsCreatureAlwaysSpawns = 898,
914
+ DifficultyOptionsCreatureSpawnsDefault = 899,
915
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 900,
916
+ DifficultyOptionsCreatureSpawnsNoAberrants = 901,
917
+ DifficultyOptionsSpawnLimit = 902,
918
+ DifficultyOptionsSpawnRateMultiplier = 903,
919
+ DifficultyOptionsDisableScared = 904,
920
+ DifficultyOptionsRespawn = 905,
921
+ DifficultyOptionsEternalNight = 906,
922
+ DifficultyOptionsEternalDay = 907,
923
+ DifficultyOptionsTimeInitial = 908,
924
+ DifficultyOptionsTimeFrozen = 909,
925
+ DifficultyOptionsTimeDayLength = 910,
926
+ DifficultyOptionsTimeDayPercent = 911,
927
+ DifficultyOptionsNoItems = 912,
928
+ DifficultyOptionsRecipes = 913,
929
+ DifficultyOptionsStartingIsland = 914,
930
+ DifficultyOptionsTravelingEffectsDisabled = 915,
931
+ DifficultyOptionsLuck = 916,
932
+ DifficultyOptionsWeightBonus = 917,
933
+ DifficultyOptionsStatInitial = 918,
934
+ DifficultyOptionsStatMax = 919,
935
+ DifficultyOptionsStatMultiplier = 920,
936
+ DifficultyOptionsStatusStartWith = 921,
937
+ DifficultyOptionsStatusUntreatable = 922,
938
+ DifficultyOptionsStatusPassChanceMultiplier = 923,
939
+ DifficultyOptionsNoRandomSkills = 924,
940
+ DifficultyOptionsSkillStartingCount = 925,
941
+ DifficultyOptionsSkillGainMultiplier = 926,
942
+ DifficultyOptionsSkillInitial = 927,
943
+ DifficultyOptionsStatusPermanent = 928,
944
+ DifficultyOptionsStatusRateMultiplier = 929,
945
+ DifficultyOptionsStatusMultiplier = 930,
946
+ DifficultyOptionsItemDurabilityMultiplier = 931,
947
+ DifficultyOptionsItemDecayMultiplier = 932,
948
+ DifficultyOptionsTileContainersEnabled = 933,
949
+ TabCrafting = 934,
950
+ TabDismantle = 935,
951
+ WindowTitleContainer = 936,
952
+ WindowTitleInventory = 937
951
953
  }
952
954
  export default UiTranslation;
@@ -17,6 +17,7 @@ import type { ModInformation } from "@wayward/game/mod/ModInformation";
17
17
  import type { IJoinServerOptions, ServerInfo } from "@wayward/game/multiplayer/IMultiplayer";
18
18
  import type { IBuild, IDedicatedServerInfo, IModPath, ISteamworksEvents, SteamStatTypeValues } from "@wayward/game/steamworks/ISteamworks";
19
19
  import { SteamStatArea } from "@wayward/game/steamworks/ISteamworks";
20
+ import type { ISteamBeta } from "@wayward/hosts/shared/interfaces";
20
21
  import { type IMatchmakingServer, type INapiDiscordPresenceInfo, type IRemoteFile, type ISteamFriend, type ISteamId, type ISteamworksNetworking, type IWaywardPreload, type IWorkshopItem, type LobbyType } from "@wayward/hosts/shared/interfaces";
21
22
  import EventEmitter from "@wayward/utilities/event/EventEmitter";
22
23
  export default class Steamworks extends EventEmitter.Host<ISteamworksEvents> {
@@ -119,6 +120,9 @@ export default class Steamworks extends EventEmitter.Host<ISteamworksEvents> {
119
120
  */
120
121
  incrementStat<T extends SteamStatArea>(area: T, type: SteamStatTypeValues<T>, name: string): void;
121
122
  getGlobalStatInt(name: string): number | undefined;
123
+ getCurrentBetaName(): string | undefined;
124
+ getBetas(): ISteamBeta[] | undefined;
125
+ setActiveBeta(betaName: string): boolean;
122
126
  isContentTracingRecording(): boolean;
123
127
  toggleContentTracingRecording(): Promise<boolean>;
124
128
  startPlaytimeTracking(): void;
@@ -35,4 +35,6 @@ export default class TabDeveloper extends Tab implements IRefreshable {
35
35
  private toggleDeveloperMode;
36
36
  private onFullscreen;
37
37
  private reloadGame;
38
+ private createSteamBetasDropdown;
39
+ private onSteamBetaSelect;
38
40
  }
@@ -85,12 +85,7 @@ export interface ISteamworks {
85
85
  getCurrentGameInstallDir(): string;
86
86
  getSteamId(): ISteamId;
87
87
  getCurrentBetaName(): string;
88
- getBetas(): Array<{
89
- buildId: number;
90
- name: string;
91
- description: string;
92
- flags: number;
93
- }>;
88
+ getBetas(): ISteamBeta[];
94
89
  setActiveBeta(name: string): boolean;
95
90
  onGameOverlayActive(cb: (isActive: boolean) => void): void;
96
91
  onLobbyCreated(cb: (success: boolean, lobbyId: string, result?: number) => void): void;
@@ -128,6 +123,12 @@ export interface ISteamworksNetworking {
128
123
  setSteamNetworkingSendRates(min: number, max: number): void;
129
124
  setSteamNetworkingDebugCallback(callback: (type: number, message: string) => void): void;
130
125
  }
126
+ export interface ISteamBeta {
127
+ buildId: number;
128
+ name: string;
129
+ description: string;
130
+ flags: number;
131
+ }
131
132
  export interface ISteamFriend {
132
133
  name?: string;
133
134
  steamId: string;
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.0-beta.dev.20241110.1",
4
+ "version": "2.14.0-beta.dev.20241112.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",