@rlsdk/steam 1.0.1 → 1.0.2
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.
- package/README.md +1 -1
- package/classes/AkAudio.ts +1 -12
- package/classes/Core.ts +18 -10
- package/classes/Engine.ts +3 -2
- package/classes/GFxUI.ts +3 -31
- package/classes/IpDrv.ts +1 -11
- package/classes/OnlineSubsystemEOS.ts +4 -34
- package/classes/OnlineSubsystemSteamworks.ts +1 -9
- package/classes/ProjectX.ts +91 -67
- package/classes/TAGame.ts +2897 -2209
- package/classes/WinDrv.ts +1 -8
- package/constants/TAGame.ts +3 -1
- package/enums/Core.ts +34 -0
- package/enums/Engine.ts +2 -1
- package/enums/TAGame.ts +27 -4
- package/offsets/Core.ts +18 -10
- package/offsets/ProjectX.ts +73 -46
- package/offsets/TAGame.ts +2659 -2140
- package/offsets/globals.ts +2 -2
- package/package.json +5 -4
- package/parameters/AkAudio.ts +2 -18
- package/parameters/Core.ts +2 -27
- package/parameters/Engine.ts +16 -30
- package/parameters/GFxUI.ts +1 -9
- package/parameters/IpDrv.ts +2 -19
- package/parameters/OnlineSubsystemEOS.ts +7 -29
- package/parameters/ProjectX.ts +317 -274
- package/parameters/TAGame.ts +3260 -1464
- package/structs/Core.ts +1 -7
- package/structs/OnlineSubsystemSteamworks.ts +2 -13
- package/structs/ProjectX.ts +3 -18
- package/structs/TAGame.ts +100 -60
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ This SDK was generated for a specific version of Rocket League (Steam). Game upd
|
|
|
159
159
|
- Class sizes
|
|
160
160
|
- New/removed properties
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
When the game updates, use the release that matches your client build.
|
|
163
163
|
|
|
164
164
|
## License
|
|
165
165
|
|
package/classes/AkAudio.ts
CHANGED
|
@@ -17,18 +17,7 @@ import type {
|
|
|
17
17
|
EPinnedAxisType,
|
|
18
18
|
EReflectionSendType,
|
|
19
19
|
} from '../enums/AkAudio';
|
|
20
|
-
import type {
|
|
21
|
-
FActiveSound,
|
|
22
|
-
FAkActorEnvironment,
|
|
23
|
-
FAkEnvironment,
|
|
24
|
-
FAkEventTrackKey,
|
|
25
|
-
FAkParamSet,
|
|
26
|
-
FAkRevSimFrame,
|
|
27
|
-
FAkRevSimUpdateParams,
|
|
28
|
-
FMusicAnalysisInfo,
|
|
29
|
-
FMusicSyncEvent,
|
|
30
|
-
FSoundBankInfo,
|
|
31
|
-
} from '../structs/AkAudio';
|
|
20
|
+
import type { FActiveSound, FAkActorEnvironment, FAkEnvironment, FAkEventTrackKey, FAkParamSet, FAkRevSimFrame, FAkRevSimUpdateParams, FMusicAnalysisInfo, FMusicSyncEvent, FSoundBankInfo } from '../structs/AkAudio';
|
|
32
21
|
import type { FInterpCurveFloat, FLinearColor, FMatrix, FPointer, FRotator, FVector } from '../structs/Core';
|
|
33
22
|
import type { UDebugDrawer, UObject, UStringMap, USubsystem } from './Core';
|
|
34
23
|
import type {
|
package/classes/Core.ts
CHANGED
|
@@ -1066,16 +1066,24 @@ export type UFeatureSystem = UObject & {
|
|
|
1066
1066
|
Thistle: boolean; // 0x0078 (0x0004) [bool : 0x4000000]
|
|
1067
1067
|
DemoFXMutator: boolean; // 0x0078 (0x0004) [bool : 0x8000000]
|
|
1068
1068
|
OffProdHandling: boolean; // 0x0078 (0x0004) [bool : 0x10000000]
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1069
|
+
FlipResetIndicator: boolean; // 0x0078 (0x0004) [bool : 0x40000000]
|
|
1070
|
+
NewsOverhaul: boolean; // 0x0078 (0x0004) [bool : 0x80000000]
|
|
1071
|
+
QueueMenuChanges: boolean; // 0x007c (0x0004) [bool : 0x1]
|
|
1072
|
+
VisibleMMR: boolean; // 0x007c (0x0004) [bool : 0x2]
|
|
1073
|
+
EasyAntiCheat: boolean; // 0x007c (0x0004) [bool : 0x4]
|
|
1074
|
+
OverrideBoostSound: boolean; // 0x007c (0x0004) [bool : 0x8]
|
|
1075
|
+
SettingsExport: boolean; // 0x007c (0x0004) [bool : 0x10]
|
|
1076
|
+
RBActorStatGraphs: boolean; // 0x007c (0x0004) [bool : 0x80]
|
|
1077
|
+
DemoSpawnSelection: boolean; // 0x007c (0x0004) [bool : 0x100]
|
|
1078
|
+
FreeplayTeamColors: boolean; // 0x007c (0x0004) [bool : 0x200]
|
|
1079
|
+
HitboxVisualizer: boolean; // 0x007c (0x0004) [bool : 0x400]
|
|
1080
|
+
StatsAPI: boolean; // 0x007c (0x0004) [bool : 0x800]
|
|
1081
|
+
TrainingAdditions: boolean; // 0x007c (0x0004) [bool : 0x1000]
|
|
1082
|
+
ScorerGoalViewToggle: boolean; // 0x007c (0x0004) [bool : 0x2000]
|
|
1083
|
+
StreamerSafe: boolean; // 0x007c (0x0004) [bool : 0x4000]
|
|
1084
|
+
WorldCup: boolean; // 0x007c (0x0004) [bool : 0x8000]
|
|
1085
|
+
ImprovedPresence: boolean; // 0x007c (0x0004) [bool : 0x40000]
|
|
1086
|
+
AutoSkipGoalReplay: boolean; // 0x007c (0x0004) [bool : 0x80000]
|
|
1079
1087
|
};
|
|
1080
1088
|
|
|
1081
1089
|
/**
|
package/classes/Engine.ts
CHANGED
|
@@ -12160,8 +12160,7 @@ export type UMaterialExpressionTextureSampleParameterMeshSubUV = UMaterialExpres
|
|
|
12160
12160
|
* Size: 0x0158
|
|
12161
12161
|
* Extends: UMaterialExpressionTextureSampleParameterMeshSubUV
|
|
12162
12162
|
*/
|
|
12163
|
-
export type UMaterialExpressionTextureSampleParameterMeshSubUVBlend =
|
|
12164
|
-
UMaterialExpressionTextureSampleParameterMeshSubUV & {};
|
|
12163
|
+
export type UMaterialExpressionTextureSampleParameterMeshSubUVBlend = UMaterialExpressionTextureSampleParameterMeshSubUV & {};
|
|
12165
12164
|
|
|
12166
12165
|
/**
|
|
12167
12166
|
* Class Engine.MaterialExpressionTextureSampleParameterMovie
|
|
@@ -15266,6 +15265,7 @@ export type UOnlineSubsystem = UObject & {
|
|
|
15266
15265
|
// SetSessionGameplayMode(GameplayMode: number): void
|
|
15267
15266
|
// PrintDebugInfo(Drawer: UDebugDrawer): void
|
|
15268
15267
|
// static GetOnlinePlatformFromName(PlatformName: string): OnlinePlatform
|
|
15268
|
+
// static GetOSVersionString(): string
|
|
15269
15269
|
// static GetNativePlatformName(): string
|
|
15270
15270
|
// static GetPlatformName(PlatformType: OnlinePlatform): string
|
|
15271
15271
|
// static ReplacePlatformServiceName(ReplString: string): string
|
|
@@ -25485,6 +25485,7 @@ export type UWorldInfo = UZoneInfo & {
|
|
|
25485
25485
|
// static IsPlayInPreview(): boolean
|
|
25486
25486
|
// static IsPlayInEditor(): boolean
|
|
25487
25487
|
// static IsWithGFx(): boolean
|
|
25488
|
+
// static IsSteamDeck(): boolean
|
|
25488
25489
|
// static IsEpicGamesStoreBuild(): boolean
|
|
25489
25490
|
// static GetConsoleTypeName(ConsoleType: EConsoleType): string
|
|
25490
25491
|
// static GetConsoleType(): EConsoleType
|
package/classes/GFxUI.ts
CHANGED
|
@@ -5,39 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
7
|
import type { EInputEvent } from '../enums/Core';
|
|
8
|
-
import type {
|
|
9
|
-
EEdition,
|
|
10
|
-
FlashTextureRescale,
|
|
11
|
-
GFxAlign,
|
|
12
|
-
GFxCollectionMode,
|
|
13
|
-
GFxRenderTextureMode,
|
|
14
|
-
GFxScaleMode,
|
|
15
|
-
GFxTimingMode,
|
|
16
|
-
} from '../enums/GFxUI';
|
|
8
|
+
import type { EEdition, FlashTextureRescale, GFxAlign, GFxCollectionMode, GFxRenderTextureMode, GFxScaleMode, GFxTimingMode } from '../enums/GFxUI';
|
|
17
9
|
import type { FMap_Mirror, FMatrix, FPointer } from '../structs/Core';
|
|
18
|
-
import type {
|
|
19
|
-
FASColorTransform,
|
|
20
|
-
FASDisplayInfo,
|
|
21
|
-
FASValue,
|
|
22
|
-
FEventData,
|
|
23
|
-
FExternalTexture,
|
|
24
|
-
FGCReference,
|
|
25
|
-
FGFxWidgetBinding,
|
|
26
|
-
FLoadingMovieMapInfo,
|
|
27
|
-
FSoundThemeBinding,
|
|
28
|
-
} from '../structs/GFxUI';
|
|
10
|
+
import type { FASColorTransform, FASDisplayInfo, FASValue, FEventData, FExternalTexture, FGCReference, FGFxWidgetBinding, FLoadingMovieMapInfo, FSoundThemeBinding } from '../structs/GFxUI';
|
|
29
11
|
import type { UObject } from './Core';
|
|
30
|
-
import type {
|
|
31
|
-
UGameViewportClient,
|
|
32
|
-
UInteraction,
|
|
33
|
-
ULocalPlayer,
|
|
34
|
-
UPlayerController,
|
|
35
|
-
USequenceAction,
|
|
36
|
-
USequenceEvent,
|
|
37
|
-
UTexture,
|
|
38
|
-
UTextureRenderTarget2D,
|
|
39
|
-
UTranslationContext,
|
|
40
|
-
} from './Engine';
|
|
12
|
+
import type { UGameViewportClient, UInteraction, ULocalPlayer, UPlayerController, USequenceAction, USequenceEvent, UTexture, UTextureRenderTarget2D, UTranslationContext } from './Engine';
|
|
41
13
|
|
|
42
14
|
/**
|
|
43
15
|
* Class GFxUI.GFxRawData
|
package/classes/IpDrv.ts
CHANGED
|
@@ -5,17 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
7
|
import type { EImageType } from '../enums/Core';
|
|
8
|
-
import type {
|
|
9
|
-
AvatarSize,
|
|
10
|
-
ELanBeaconState,
|
|
11
|
-
ELobbyDistance,
|
|
12
|
-
ELobbyKickReason,
|
|
13
|
-
ELobbyVisibility,
|
|
14
|
-
EOnlineEnumerationReadState,
|
|
15
|
-
EOnlineFileType,
|
|
16
|
-
EOnlineNewsType,
|
|
17
|
-
EPinGrantResult,
|
|
18
|
-
} from '../enums/Engine';
|
|
8
|
+
import type { AvatarSize, ELanBeaconState, ELobbyDistance, ELobbyKickReason, ELobbyVisibility, EOnlineEnumerationReadState, EOnlineFileType, EOnlineNewsType, EPinGrantResult } from '../enums/Engine';
|
|
19
9
|
import type {
|
|
20
10
|
EEventUploadType,
|
|
21
11
|
ELineMode,
|
|
@@ -4,15 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
-
import type {
|
|
8
|
-
EClientActionCode,
|
|
9
|
-
EClientActionReason,
|
|
10
|
-
EClientAuthStatus,
|
|
11
|
-
EClientIntegrityViolation,
|
|
12
|
-
EInputAPI,
|
|
13
|
-
EVoiceResultCode,
|
|
14
|
-
OnlinePlatform,
|
|
15
|
-
} from '../enums/Core';
|
|
7
|
+
import type { EClientActionCode, EClientActionReason, EClientAuthStatus, EClientIntegrityViolation, EInputAPI, EVoiceResultCode, OnlinePlatform } from '../enums/Core';
|
|
16
8
|
import type {
|
|
17
9
|
ECommunicationMethod,
|
|
18
10
|
EFeaturePrivilege,
|
|
@@ -34,14 +26,7 @@ import type {
|
|
|
34
26
|
EPinGrantResult,
|
|
35
27
|
} from '../enums/Engine';
|
|
36
28
|
import type { EPlayerVoiceAgreementStatus, EPlayerVoiceTransitionState } from '../enums/OnlineSubsystemEOS';
|
|
37
|
-
import type {
|
|
38
|
-
FColor,
|
|
39
|
-
FMap_Mirror,
|
|
40
|
-
FPointer,
|
|
41
|
-
FUniqueNetId,
|
|
42
|
-
FVoiceAudioDevice,
|
|
43
|
-
FVoiceRoomMemberStatus,
|
|
44
|
-
} from '../structs/Core';
|
|
29
|
+
import type { FColor, FMap_Mirror, FPointer, FUniqueNetId, FVoiceAudioDevice, FVoiceRoomMemberStatus } from '../structs/Core';
|
|
45
30
|
import type {
|
|
46
31
|
FAchievementDetails,
|
|
47
32
|
FEmsFile,
|
|
@@ -59,23 +44,8 @@ import type {
|
|
|
59
44
|
} from '../structs/Engine';
|
|
60
45
|
import type { FOnlineStatusMappingEOS } from '../structs/OnlineSubsystemEOS';
|
|
61
46
|
import type { UError, UErrorList, UErrorType, UObject } from './Core';
|
|
62
|
-
import type {
|
|
63
|
-
|
|
64
|
-
UOnlineGameSearch,
|
|
65
|
-
UOnlineGameSettings,
|
|
66
|
-
UOnlinePlayerStorage,
|
|
67
|
-
UOnlineProfileSettings,
|
|
68
|
-
UOnlineStatsRead,
|
|
69
|
-
UOnlineStatsWrite,
|
|
70
|
-
USpeechRecognition,
|
|
71
|
-
} from './Engine';
|
|
72
|
-
import type {
|
|
73
|
-
UOnlineAuthInterfaceImpl,
|
|
74
|
-
UOnlineFriendsInterfaceImpl,
|
|
75
|
-
UOnlineGameInterfaceImpl,
|
|
76
|
-
UOnlinePersistentAuthInterfaceImpl,
|
|
77
|
-
UOnlineSubsystemCommonImpl,
|
|
78
|
-
} from './IpDrv';
|
|
47
|
+
import type { UDateTime, UOnlineGameSearch, UOnlineGameSettings, UOnlinePlayerStorage, UOnlineProfileSettings, UOnlineStatsRead, UOnlineStatsWrite, USpeechRecognition } from './Engine';
|
|
48
|
+
import type { UOnlineAuthInterfaceImpl, UOnlineFriendsInterfaceImpl, UOnlineGameInterfaceImpl, UOnlinePersistentAuthInterfaceImpl, UOnlineSubsystemCommonImpl } from './IpDrv';
|
|
79
49
|
|
|
80
50
|
/**
|
|
81
51
|
* Class OnlineSubsystemEOS.__OnlinePlayerInterfaceEOS__LinkedAccount_0x1
|
|
@@ -85,15 +85,7 @@ import type {
|
|
|
85
85
|
UPlayer,
|
|
86
86
|
USpeechRecognition,
|
|
87
87
|
} from './Engine';
|
|
88
|
-
import type {
|
|
89
|
-
UOnlineAuthInterfaceImpl,
|
|
90
|
-
UOnlineGameInterfaceImpl,
|
|
91
|
-
UOnlineLobbyInterfaceImpl,
|
|
92
|
-
UOnlinePurchaseInterfaceImpl,
|
|
93
|
-
UOnlineSubsystemCommonImpl,
|
|
94
|
-
UTcpNetDriver,
|
|
95
|
-
UTcpipConnection,
|
|
96
|
-
} from './IpDrv';
|
|
88
|
+
import type { UOnlineAuthInterfaceImpl, UOnlineGameInterfaceImpl, UOnlineLobbyInterfaceImpl, UOnlinePurchaseInterfaceImpl, UOnlineSubsystemCommonImpl, UTcpNetDriver, UTcpipConnection } from './IpDrv';
|
|
97
89
|
|
|
98
90
|
/**
|
|
99
91
|
* Class OnlineSubsystemSteamworks.IpNetConnectionSteamworks
|
package/classes/ProjectX.ts
CHANGED
|
@@ -281,19 +281,7 @@ import type {
|
|
|
281
281
|
FWordFilterPair,
|
|
282
282
|
FWordFilterRequest,
|
|
283
283
|
} from '../structs/ProjectX';
|
|
284
|
-
import type {
|
|
285
|
-
UAsyncTask,
|
|
286
|
-
UComponent,
|
|
287
|
-
UDebugDrawer,
|
|
288
|
-
UError,
|
|
289
|
-
UErrorList,
|
|
290
|
-
UErrorType,
|
|
291
|
-
UInterface,
|
|
292
|
-
UObject,
|
|
293
|
-
UObjectProvider,
|
|
294
|
-
UStringMap,
|
|
295
|
-
UStringObjectMap,
|
|
296
|
-
} from './Core';
|
|
284
|
+
import type { UAsyncTask, UComponent, UDebugDrawer, UError, UErrorList, UErrorType, UInterface, UObject, UObjectProvider, UStringMap, UStringObjectMap } from './Core';
|
|
297
285
|
import type {
|
|
298
286
|
UActor,
|
|
299
287
|
UActorComponent,
|
|
@@ -361,6 +349,7 @@ import type {
|
|
|
361
349
|
USettings,
|
|
362
350
|
USkeletalMeshComponent,
|
|
363
351
|
USpriteComponent,
|
|
352
|
+
UStaticMesh,
|
|
364
353
|
UStaticMeshComponent,
|
|
365
354
|
UTexture,
|
|
366
355
|
UTexture2DDynamic,
|
|
@@ -370,14 +359,7 @@ import type {
|
|
|
370
359
|
UWorldInfo,
|
|
371
360
|
} from './Engine';
|
|
372
361
|
import type { UGFxEngine, UGFxMoviePlayer, UGFxObject } from './GFxUI';
|
|
373
|
-
import type {
|
|
374
|
-
UImageDecoder,
|
|
375
|
-
UOnlineImageDownloaderWeb,
|
|
376
|
-
UTargetUserChatPermChangedEvent,
|
|
377
|
-
UWebApplication,
|
|
378
|
-
UWebRequest,
|
|
379
|
-
UWebResponse,
|
|
380
|
-
} from './IpDrv';
|
|
362
|
+
import type { UImageDecoder, UOnlineImageDownloaderWeb, UTargetUserChatPermChangedEvent, UWebApplication, UWebRequest, UWebResponse } from './IpDrv';
|
|
381
363
|
|
|
382
364
|
/**
|
|
383
365
|
* Class ProjectX.____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1
|
|
@@ -396,10 +378,9 @@ export type U____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__Up
|
|
|
396
378
|
* Size: 0x0070
|
|
397
379
|
* Extends: UObject
|
|
398
380
|
*/
|
|
399
|
-
export type U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 =
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
};
|
|
381
|
+
export type U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 = UObject & {
|
|
382
|
+
R: FSetPlayerStorageResultItem; // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
|
|
383
|
+
};
|
|
403
384
|
|
|
404
385
|
// ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 Functions
|
|
405
386
|
// ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1(P: FPendingStorage): boolean
|
|
@@ -1023,14 +1004,16 @@ export type U__OnlineClubProvider_X__SyncPlayerClubDetails_0x1 = UObject & {
|
|
|
1023
1004
|
|
|
1024
1005
|
/**
|
|
1025
1006
|
* Class ProjectX.__OnlineGame_X__CheckPsyNetConnection_0x1
|
|
1026
|
-
* Size:
|
|
1007
|
+
* Size: 0x0078
|
|
1027
1008
|
* Extends: UObject
|
|
1028
1009
|
*/
|
|
1029
1010
|
export type U__OnlineGame_X__CheckPsyNetConnection_0x1 = UObject & {
|
|
1030
1011
|
Task: UAsyncTask; // 0x0060 (0x0008) [UAsyncTask*]
|
|
1012
|
+
ActiveLoginAttemptPlayers: UOnlinePlayer_X[]; // 0x0068 (0x0010) [TArray<UOnlinePlayer_X*>]
|
|
1031
1013
|
};
|
|
1032
1014
|
|
|
1033
1015
|
// __OnlineGame_X__CheckPsyNetConnection_0x1 Functions
|
|
1016
|
+
// __OnlineGame_X__CheckPsyNetConnection_0x2(Auth: UOnlinePlayerAuthentication_X): void
|
|
1034
1017
|
// __OnlineGame_X__CheckPsyNetConnection_0x1(Auth: UOnlinePlayerAuthentication_X): void
|
|
1035
1018
|
|
|
1036
1019
|
/**
|
|
@@ -1597,6 +1580,18 @@ export type U__PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 = UO
|
|
|
1597
1580
|
// __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 Functions
|
|
1598
1581
|
// __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1(M: FPartyMember): boolean
|
|
1599
1582
|
|
|
1583
|
+
/**
|
|
1584
|
+
* Class ProjectX.__PlayerController_X__CloseConnectionWithReason_0x1
|
|
1585
|
+
* Size: 0x0070
|
|
1586
|
+
* Extends: UObject
|
|
1587
|
+
*/
|
|
1588
|
+
export type U__PlayerController_X__CloseConnectionWithReason_0x1 = UObject & {
|
|
1589
|
+
Reason: string; // 0x0060 (0x0010) [FString]
|
|
1590
|
+
};
|
|
1591
|
+
|
|
1592
|
+
// __PlayerController_X__CloseConnectionWithReason_0x1 Functions
|
|
1593
|
+
// __PlayerController_X__CloseConnectionWithReason_0x1(): void
|
|
1594
|
+
|
|
1600
1595
|
/**
|
|
1601
1596
|
* Class ProjectX.__PRI_X__RegisterPlayerWithSession_0x1
|
|
1602
1597
|
* Size: 0x0068
|
|
@@ -2858,13 +2853,14 @@ export type UBlockStatusReporterConfig_X = UOnlineConfig_X & {
|
|
|
2858
2853
|
|
|
2859
2854
|
/**
|
|
2860
2855
|
* Class ProjectX.BlogConfig_X
|
|
2861
|
-
* Size:
|
|
2856
|
+
* Size: 0x00A0
|
|
2862
2857
|
* Extends: UOnlineConfig_X
|
|
2863
2858
|
*/
|
|
2864
2859
|
export type UBlogConfig_X = UOnlineConfig_X & {
|
|
2865
2860
|
Entries: UBlogTile_X[]; // 0x0078 (0x0010) [TArray<UBlogTile_X*>]
|
|
2866
2861
|
MotD: string; // 0x0088 (0x0010) [FString]
|
|
2867
2862
|
RetryTime: number; // 0x0098 (0x0004) [float]
|
|
2863
|
+
RequestDelay: number; // 0x009c (0x0004) [float]
|
|
2868
2864
|
};
|
|
2869
2865
|
|
|
2870
2866
|
// BlogConfig_X Functions
|
|
@@ -3155,7 +3151,7 @@ export type UCameraState_X = UStateObject_X & {
|
|
|
3155
3151
|
// UpdatePOV(DeltaTime: number, OutPOV: FCameraOrientation): void
|
|
3156
3152
|
// Tick(DeltaTime: number): void
|
|
3157
3153
|
// EndCameraState(): void
|
|
3158
|
-
// BeginCameraState(): void
|
|
3154
|
+
// BeginCameraState(PreviousState: UCameraState_X): void
|
|
3159
3155
|
// GetEndBlendParams(NewState: UCameraState_X): FViewTargetTransitionParams
|
|
3160
3156
|
// GetStartBlendParams(PreviousState: UCameraState_X): FViewTargetTransitionParams
|
|
3161
3157
|
// ShouldKeepExecuting(): boolean
|
|
@@ -3178,7 +3174,7 @@ export type UCameraState_CamActor_X = UCameraState_X & {
|
|
|
3178
3174
|
// CameraState_CamActor_X Functions
|
|
3179
3175
|
// UpdatePOV(DeltaTime: number, OutPOV: FCameraOrientation): void
|
|
3180
3176
|
// EndCameraState(): void
|
|
3181
|
-
// BeginCameraState(): void
|
|
3177
|
+
// BeginCameraState(PreviousState: UCameraState_X): void
|
|
3182
3178
|
// GetBlendParams(PrevState: UCameraState_X): FViewTargetTransitionParams
|
|
3183
3179
|
// ShouldExecute(): boolean
|
|
3184
3180
|
|
|
@@ -3550,8 +3546,10 @@ export type UClubServerResult_X = UObject & {
|
|
|
3550
3546
|
export type UClubUtil_X = UObject & {};
|
|
3551
3547
|
|
|
3552
3548
|
// ClubUtil_X Functions
|
|
3549
|
+
// static IsOneTeamGrayScale(Pos0Column: number, Pos1Column: number): boolean
|
|
3553
3550
|
// static Wrap(Column: number, Count: number): number
|
|
3554
3551
|
// static SwapPrimaryAccentColors(Colors: FClubColorSet, TeamPalette: UColorPalette_X, AccentPalette: UColorPalette_X): FClubColorSet
|
|
3552
|
+
// static AreColorsDifferent2D(Palette: UColorPalette_X, Color0: number, Color1: number): boolean
|
|
3555
3553
|
// static AreColorsDifferent(Palette: UColorPalette_X, Color0: number, Color1: number): boolean
|
|
3556
3554
|
// static EnsureDifferentColors(TeamPalette: UColorPalette_X, AccentPalette: UColorPalette_X, DefaultColorID0: number, DefaultColorID1: number, Set0: FClubColorSet, Set1: FClubColorSet): EClubColorChange
|
|
3557
3555
|
// static IsClubTeam(TeamClubs: bigint[], TeamSize: number): boolean
|
|
@@ -5888,6 +5886,7 @@ export type ULocalCache_X = UObject & {
|
|
|
5888
5886
|
ExportTasks: FPointer[]; // 0x0088 (0x0010) [TArray<FPointer>]
|
|
5889
5887
|
ExportCallbacks: FCacheExportCallbackData[]; // 0x0098 (0x0010) [TArray<FCacheExportCallbackData>]
|
|
5890
5888
|
bDebug: boolean; // 0x00a8 (0x0004) [bool : 0x1]
|
|
5889
|
+
GLocalCacheCommitPending: boolean; // 0x00a8 (0x0004) [bool : 0x2]
|
|
5891
5890
|
__EventImportFinished__Delegate: FScriptDelegate; // 0x00b0 (0x0018) [FScriptDelegate]
|
|
5892
5891
|
__EventExportFinished__Delegate: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
|
|
5893
5892
|
};
|
|
@@ -6733,6 +6732,7 @@ export type UOnlineGame_X = UOnlineGame_Base_X & {
|
|
|
6733
6732
|
// CheckNotTooYoung(Error: UError): boolean
|
|
6734
6733
|
// GetPsyNetLoginError(OnlinePlayer: UOnlinePlayer_X): UError
|
|
6735
6734
|
// HandleLoginCompleted(Auth: UOnlinePlayerAuthentication_X, Task: UAsyncTask): void
|
|
6735
|
+
// HandleOnlinePlayerLoginCompleted(ActiveLoginAttemptPlayers: UOnlinePlayer_X[], Task: UAsyncTask): void
|
|
6736
6736
|
// CheckPsyNetConnection(): UAsyncTask
|
|
6737
6737
|
// RequiresSystemNetworkErrorHandling(): boolean
|
|
6738
6738
|
// ValidateUserOnlineAccount(): boolean
|
|
@@ -7178,7 +7178,7 @@ export type UOnlineGameLeaderboards_X = UOnline_X & {
|
|
|
7178
7178
|
|
|
7179
7179
|
/**
|
|
7180
7180
|
* Class ProjectX.OnlineGameMatchmakingBase_X
|
|
7181
|
-
* Size:
|
|
7181
|
+
* Size: 0x0148
|
|
7182
7182
|
* Extends: UOnline_X
|
|
7183
7183
|
*/
|
|
7184
7184
|
export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
@@ -7189,10 +7189,12 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
|
7189
7189
|
__EventFindGameStatus__Delegate: FScriptDelegate; // 0x00e8 (0x0018) [FScriptDelegate]
|
|
7190
7190
|
__EventFindGameError__Delegate: FScriptDelegate; // 0x0100 (0x0018) [FScriptDelegate]
|
|
7191
7191
|
__EventFindGameStateChanged__Delegate: FScriptDelegate; // 0x0118 (0x0018) [FScriptDelegate]
|
|
7192
|
+
__EventGetMatchmakingDelaySecs__Delegate: FScriptDelegate; // 0x0130 (0x0018) [FScriptDelegate]
|
|
7192
7193
|
};
|
|
7193
7194
|
|
|
7194
7195
|
// OnlineGameMatchmakingBase_X Functions
|
|
7195
7196
|
// HandleRegionsPinged(InRegions: UOnlineGameRegions_X): void
|
|
7197
|
+
// StartSearchingAfterDelay(): void
|
|
7196
7198
|
// HandleGameStarted(GRI: UGRI_X): void
|
|
7197
7199
|
// HandleStatusUpdate(NewStatus: string): void
|
|
7198
7200
|
// HandleJoinGameComplete(bSuccess: boolean, FailReason: string): void
|
|
@@ -7210,6 +7212,7 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
|
7210
7212
|
// AddFindGameCompleteDelegate(HandleFindGameComplete: FScriptDelegate): UOnlineGameMatchmakingBase_X
|
|
7211
7213
|
// AddFindGameErrorDelegate(HandleFindGameError: FScriptDelegate): UOnlineGameMatchmakingBase_X
|
|
7212
7214
|
// AddFindGameStatusChangedDelegate(HandleFindGameStatusChanged: FScriptDelegate): UOnlineGameMatchmakingBase_X
|
|
7215
|
+
// EventGetMatchmakingDelaySecs(): number
|
|
7213
7216
|
// EventFindGameStateChanged(NewState: FName): void
|
|
7214
7217
|
// EventFindGameError(NewStatus: string): void
|
|
7215
7218
|
// EventFindGameStatus(NewStatus: string): void
|
|
@@ -7217,31 +7220,31 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
|
7217
7220
|
|
|
7218
7221
|
/**
|
|
7219
7222
|
* Class ProjectX.OnlineGameMatchmaking_X
|
|
7220
|
-
* Size:
|
|
7223
|
+
* Size: 0x0280
|
|
7221
7224
|
* Extends: UOnlineGameMatchmakingBase_X
|
|
7222
7225
|
*/
|
|
7223
7226
|
export type UOnlineGameMatchmaking_X = UOnlineGameMatchmakingBase_X & {
|
|
7224
|
-
PreferredPlaylists: number[]; //
|
|
7225
|
-
PreferredRegions: FDSRegionInfo[]; //
|
|
7226
|
-
SearchingString: string; //
|
|
7227
|
-
StartSearchFailString: string; //
|
|
7228
|
-
FoundServerString: string; //
|
|
7229
|
-
PlaylistsHaveChangedString: string; //
|
|
7230
|
-
RegionsHaveChangedString: string; //
|
|
7231
|
-
MatchmakingAttemptString: string; //
|
|
7232
|
-
MatchmakingStartTime: number; //
|
|
7233
|
-
MatchmakingBanTime: number; //
|
|
7234
|
-
EstimatedQueueTime: number; //
|
|
7235
|
-
bIgnoreSkill: boolean; //
|
|
7236
|
-
MatchmakingDisabledDuration: number; //
|
|
7237
|
-
MatchmakingDisabledUntilTime: number; //
|
|
7238
|
-
LastReservationID: string; //
|
|
7239
|
-
__EventStartSearch__Delegate: FScriptDelegate; //
|
|
7240
|
-
__EventMatchmakingError__Delegate: FScriptDelegate; //
|
|
7241
|
-
__EventMatchmakingCanceledOnPartySizeChanged__Delegate: FScriptDelegate; //
|
|
7242
|
-
__EventMatchmakingRPCSuccess__Delegate: FScriptDelegate; //
|
|
7243
|
-
__EventMatchmakingRPCError__Delegate: FScriptDelegate; //
|
|
7244
|
-
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; //
|
|
7227
|
+
PreferredPlaylists: number[]; // 0x0148 (0x0010) [TArray<int32>]
|
|
7228
|
+
PreferredRegions: FDSRegionInfo[]; // 0x0158 (0x0010) [TArray<FDSRegionInfo>]
|
|
7229
|
+
SearchingString: string; // 0x0168 (0x0010) [FString]
|
|
7230
|
+
StartSearchFailString: string; // 0x0178 (0x0010) [FString]
|
|
7231
|
+
FoundServerString: string; // 0x0188 (0x0010) [FString]
|
|
7232
|
+
PlaylistsHaveChangedString: string; // 0x0198 (0x0010) [FString]
|
|
7233
|
+
RegionsHaveChangedString: string; // 0x01a8 (0x0010) [FString]
|
|
7234
|
+
MatchmakingAttemptString: string; // 0x01b8 (0x0010) [FString]
|
|
7235
|
+
MatchmakingStartTime: number; // 0x01c8 (0x0004) [float]
|
|
7236
|
+
MatchmakingBanTime: number; // 0x01cc (0x0004) [int32]
|
|
7237
|
+
EstimatedQueueTime: number; // 0x01d0 (0x0004) [float]
|
|
7238
|
+
bIgnoreSkill: boolean; // 0x01d4 (0x0004) [bool : 0x1]
|
|
7239
|
+
MatchmakingDisabledDuration: number; // 0x01d8 (0x0004) [float]
|
|
7240
|
+
MatchmakingDisabledUntilTime: number; // 0x01dc (0x0004) [float]
|
|
7241
|
+
LastReservationID: string; // 0x01e0 (0x0010) [FString]
|
|
7242
|
+
__EventStartSearch__Delegate: FScriptDelegate; // 0x01f0 (0x0018) [FScriptDelegate]
|
|
7243
|
+
__EventMatchmakingError__Delegate: FScriptDelegate; // 0x0208 (0x0018) [FScriptDelegate]
|
|
7244
|
+
__EventMatchmakingCanceledOnPartySizeChanged__Delegate: FScriptDelegate; // 0x0220 (0x0018) [FScriptDelegate]
|
|
7245
|
+
__EventMatchmakingRPCSuccess__Delegate: FScriptDelegate; // 0x0238 (0x0018) [FScriptDelegate]
|
|
7246
|
+
__EventMatchmakingRPCError__Delegate: FScriptDelegate; // 0x0250 (0x0018) [FScriptDelegate]
|
|
7247
|
+
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0268 (0x0018) [FScriptDelegate]
|
|
7245
7248
|
};
|
|
7246
7249
|
|
|
7247
7250
|
// OnlineGameMatchmaking_X Functions
|
|
@@ -7645,24 +7648,24 @@ export type UOnlineGamePopulation_X = UOnline_X & {
|
|
|
7645
7648
|
|
|
7646
7649
|
/**
|
|
7647
7650
|
* Class ProjectX.OnlineGamePrivateMatch_X
|
|
7648
|
-
* Size:
|
|
7651
|
+
* Size: 0x02A0
|
|
7649
7652
|
* Extends: UOnlineGameMatchmakingBase_X
|
|
7650
7653
|
*/
|
|
7651
7654
|
export type UOnlineGamePrivateMatch_X = UOnlineGameMatchmakingBase_X & {
|
|
7652
|
-
bCancelled: boolean; //
|
|
7653
|
-
PreferredRegion: string; //
|
|
7654
|
-
PreferredPlaylistID: number; //
|
|
7655
|
-
SearchingString: string; //
|
|
7656
|
-
StartSearchFailString: string; //
|
|
7657
|
-
FoundServerString: string; //
|
|
7658
|
-
AlreadyJoiningGameString: string; //
|
|
7659
|
-
TimeoutString: string; //
|
|
7660
|
-
WrongRegionString: string; //
|
|
7661
|
-
Settings: FCustomMatchSettings; //
|
|
7662
|
-
SearchTimeout: number; //
|
|
7663
|
-
__EventPrivateMatchError__Delegate: FScriptDelegate; //
|
|
7664
|
-
__EventCancelPrivateMatch__Delegate: FScriptDelegate; //
|
|
7665
|
-
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; //
|
|
7655
|
+
bCancelled: boolean; // 0x0148 (0x0004) [bool : 0x1]
|
|
7656
|
+
PreferredRegion: string; // 0x0150 (0x0010) [FString]
|
|
7657
|
+
PreferredPlaylistID: number; // 0x0160 (0x0004) [int32]
|
|
7658
|
+
SearchingString: string; // 0x0168 (0x0010) [FString]
|
|
7659
|
+
StartSearchFailString: string; // 0x0178 (0x0010) [FString]
|
|
7660
|
+
FoundServerString: string; // 0x0188 (0x0010) [FString]
|
|
7661
|
+
AlreadyJoiningGameString: string; // 0x0198 (0x0010) [FString]
|
|
7662
|
+
TimeoutString: string; // 0x01a8 (0x0010) [FString]
|
|
7663
|
+
WrongRegionString: string; // 0x01b8 (0x0010) [FString]
|
|
7664
|
+
Settings: FCustomMatchSettings; // 0x01c8 (0x0088) [FCustomMatchSettings]
|
|
7665
|
+
SearchTimeout: number; // 0x0250 (0x0004) [float]
|
|
7666
|
+
__EventPrivateMatchError__Delegate: FScriptDelegate; // 0x0258 (0x0018) [FScriptDelegate]
|
|
7667
|
+
__EventCancelPrivateMatch__Delegate: FScriptDelegate; // 0x0270 (0x0018) [FScriptDelegate]
|
|
7668
|
+
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0288 (0x0018) [FScriptDelegate]
|
|
7666
7669
|
};
|
|
7667
7670
|
|
|
7668
7671
|
// OnlineGamePrivateMatch_X Functions
|
|
@@ -8858,6 +8861,8 @@ export type UOnlineSaveLock_X = UObject & {
|
|
|
8858
8861
|
*/
|
|
8859
8862
|
export type UOSSConfig_X = UOnlineConfig_X & {
|
|
8860
8863
|
bEnablePresence: boolean; // 0x0078 (0x0004) [bool : 0x1]
|
|
8864
|
+
bWin64OptimizedKeyPolling: boolean; // 0x0078 (0x0004) [bool : 0x2]
|
|
8865
|
+
bUseSteamControllerCache: boolean; // 0x0078 (0x0004) [bool : 0x4]
|
|
8861
8866
|
EosInitTimeoutSeconds: number; // 0x007c (0x0004) [float]
|
|
8862
8867
|
GdkUpdateDlcTimeoutSeconds: number; // 0x0080 (0x0004) [float]
|
|
8863
8868
|
GdkMaxConcurrentDlcLicenseRequests: number; // 0x0084 (0x0004) [int32]
|
|
@@ -9769,6 +9774,7 @@ export type UPlayerController_X = UPlayerController & {
|
|
|
9769
9774
|
OldPawnReference: UPawn; // 0x07f8 (0x0008) [UPawn*]
|
|
9770
9775
|
LockedDebugActor: UActor; // 0x0800 (0x0008) [UActor*]
|
|
9771
9776
|
bPausedForExternalUI: boolean; // 0x0808 (0x0004) [bool : 0x1]
|
|
9777
|
+
CloseConnectionDelay: number; // 0x080c (0x0004) [float]
|
|
9772
9778
|
NetConnection: UNetConnection; // 0x0810 (0x0008) [UNetConnection*]
|
|
9773
9779
|
__EventReceivedPRI__Delegate: FScriptDelegate; // 0x0818 (0x0018) [FScriptDelegate]
|
|
9774
9780
|
__EventPawnChange__Delegate: FScriptDelegate; // 0x0830 (0x0018) [FScriptDelegate]
|
|
@@ -9788,6 +9794,8 @@ export type UPlayerController_X = UPlayerController & {
|
|
|
9788
9794
|
// ServerSetParty(MemberId: FUniqueNetId, NewPartyID: FUniqueNetId): void
|
|
9789
9795
|
// DisconnectSplitScreenPlayer(P: UPlayer): void
|
|
9790
9796
|
// ServerDestroy(): void
|
|
9797
|
+
// ClientSetPendingProgressMessage(Reason: string, Title: string): void
|
|
9798
|
+
// CloseConnectionWithReason(Reason: string, Title: string): void
|
|
9791
9799
|
// KickPlayerForReason(Reason: string, Title: string): void
|
|
9792
9800
|
// ClientNetLag(PktLag: number, PktVariance: number, PktLoss: number, PktDup: number, PktSpike: number): void
|
|
9793
9801
|
// ServerNetLag(PktLag: number, PktVariance: number, PktLoss: number, PktDup: number, PktSpike: number): void
|
|
@@ -9874,6 +9882,7 @@ export type UPlayerInput_X = UPlayerInput & {
|
|
|
9874
9882
|
// RemoveFromDisabledActions(ActionName: FName): void
|
|
9875
9883
|
// AddToDisabledActions(ActionName: FName): void
|
|
9876
9884
|
// ReleaseKey(Key: FName, bTriggerEvents: boolean): void
|
|
9885
|
+
// static GetUIAxisKey(Binding: FPlayerBinding): string
|
|
9877
9886
|
// static GetUIKey(KeyName: FName): string
|
|
9878
9887
|
// static SetCachedUIKey(KeyName: FName, KeyValue: string): void
|
|
9879
9888
|
// static GetCachedUIKey(KeyName: FName, OutKey: string): boolean
|
|
@@ -13173,6 +13182,20 @@ export type USetPlayerStorageResult_X = UObject & {
|
|
|
13173
13182
|
Items: FSetPlayerStorageResultItem[]; // 0x0060 (0x0010) [TArray<FSetPlayerStorageResultItem>]
|
|
13174
13183
|
};
|
|
13175
13184
|
|
|
13185
|
+
/**
|
|
13186
|
+
* Class ProjectX.SetVisibilityComponent_X
|
|
13187
|
+
* Size: 0x00B0
|
|
13188
|
+
* Extends: UActorComponent_X
|
|
13189
|
+
*/
|
|
13190
|
+
export type USetVisibilityComponent_X = UActorComponent_X & {
|
|
13191
|
+
TargetStaticMesh: UStaticMesh; // 0x00a8 (0x0008) [UStaticMesh*]
|
|
13192
|
+
};
|
|
13193
|
+
|
|
13194
|
+
// SetVisibilityComponent_X Functions
|
|
13195
|
+
// ApplyVisibility(bHidden: boolean): void
|
|
13196
|
+
// Detached(): void
|
|
13197
|
+
// Attached(): void
|
|
13198
|
+
|
|
13176
13199
|
/**
|
|
13177
13200
|
* Class ProjectX.ShakeComponent_X
|
|
13178
13201
|
* Size: 0x01B8
|
|
@@ -13364,6 +13387,7 @@ export type UStatusTrigger_X = UObject & {
|
|
|
13364
13387
|
export type UStringUtil_X = UObject & {};
|
|
13365
13388
|
|
|
13366
13389
|
// StringUtil_X Functions
|
|
13390
|
+
// static FindWordBoundary(Haystack: string, Needle: string, bReverseSearch: boolean, bIgnoreCase: boolean): number
|
|
13367
13391
|
// static SplitStringIntoMaxSizePieces(OriginalString: string, MaxStringSize: number): string[]
|
|
13368
13392
|
// static MessageCanBeCorruptedOnConversion(Message: string): boolean
|
|
13369
13393
|
// static IsStringEmptyOrWhiteSpace(BaseString: string): boolean
|