@rlsdk/steam 1.0.0 → 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/classes/WinDrv.ts CHANGED
@@ -4,14 +4,7 @@
4
4
  */
5
5
 
6
6
  import type { FPointer } from '../structs/Core';
7
- import type {
8
- UAudioDevice,
9
- UClient,
10
- UFacebookIntegration,
11
- UForceFeedbackManager,
12
- UHttpRequestInterface,
13
- UHttpResponseInterface,
14
- } from './Engine';
7
+ import type { UAudioDevice, UClient, UFacebookIntegration, UForceFeedbackManager, UHttpRequestInterface, UHttpResponseInterface } from './Engine';
15
8
 
16
9
  /**
17
10
  * Class WinDrv.FacebookWindows
@@ -5,6 +5,7 @@
5
5
 
6
6
  export const AimNodeName = "'AimNode'"; // TAGame.InMapDragonManager_TA.AimNodeName
7
7
  export const AttributeKey_Quality = "'Quality'"; // TAGame._ShopTypes_TA.AttributeKey_Quality
8
+ export const BAD_LABEL_TAG = '"<bad-decal-label>"'; // TAGame.GFxData_ProductAttribute_TeamEdition_TA.BAD_LABEL_TAG
8
9
  export const BoostLevel_Activated = '0.0f'; // TAGame.EngineAudioRevSimBoostLevel_TA.BoostLevel_Activated
9
10
  export const BoostLevel_Active = '1.0f'; // TAGame.EngineAudioRevSimBoostLevel_TA.BoostLevel_Active
10
11
  export const BoostLevel_Inactive = '-1.0f'; // TAGame.EngineAudioRevSimBoostLevel_TA.BoostLevel_Inactive
@@ -31,10 +32,11 @@ export const MaxConcurrentItemCount = 3; // TAGame.RumblePickups_TA.MaxConcurren
31
32
  export const MaxFriendKeyLength = 64; // TAGame.PRI_TA.MaxFriendKeyLength
32
33
  export const MaxLoadoutSets = 75; // TAGame.ProfileLoadoutSave_TA.MaxLoadoutSets
33
34
  export const MaxSteeringSensitivity = '10.f'; // TAGame.VehicleSim_TA.MaxSteeringSensitivity
34
- export const MENU_BG_SWITCH_VERSION = 12; // TAGame.SeqAct_MainMenuSwitch_TA.MENU_BG_SWITCH_VERSION
35
+ export const MENU_BG_SWITCH_VERSION = 13; // TAGame.SeqAct_MainMenuSwitch_TA.MENU_BG_SWITCH_VERSION
35
36
  export const MenuTreeMaxDepth = 20; // TAGame.MenuTreeBuilder_TA.MenuTreeMaxDepth
36
37
  export const Mutator_MatchAdmin = "'MatchCreatorAdminEnabled'"; // TAGame._Types_TA.Mutator_MatchAdmin
37
38
  export const MutatorCategory_MatchAdmin = "'MatchAdmin'"; // TAGame._Types_TA.MutatorCategory_MatchAdmin
39
+ export const NudgeClearanceZ = '0.2f'; // TAGame.GameEvent_TrainingEditor_TA.NudgeClearanceZ
38
40
  export const PartyPresenceId = 10; // TAGame.GFxData_Friends_TA.PartyPresenceId
39
41
  export const PerfMetricsVersion = 2; // TAGame.PerfMetrics_TA.PerfMetricsVersion
40
42
  export const PlayerCountIrrelevant = '"NO_COUNT"'; // TAGame.LoadingScreen_TA.PlayerCountIrrelevant
package/enums/Core.ts CHANGED
@@ -1501,6 +1501,62 @@ export enum EContentKeyIndex_PrimeUpdate58 {
1501
1501
  PrimeUpdate58_MAX = 25,
1502
1502
  }
1503
1503
 
1504
+ /**
1505
+ * Enum Core._Types_Generated.EContentKeyIndex_PrimeUpdate58_1
1506
+ */
1507
+ export enum EContentKeyIndex_PrimeUpdate58_1 {
1508
+ PrimeUpdate58_1_CF3B2A3A9A8039EC649A6BAAA7371772 = 0,
1509
+ PrimeUpdate58_1_ACBF1B48AA08E857E4DD311C0D0C36DF = 1,
1510
+ PrimeUpdate58_1_313D351B5D987AF464199FC8F38E9A9C = 2,
1511
+ PrimeUpdate58_1_9BBA739BE3D366AC8DF23C8242576770 = 3,
1512
+ PrimeUpdate58_1_61175F3C73C9AC4B87B15551BD766313 = 4,
1513
+ PrimeUpdate58_1_CA00D5EA176DD2DF25408D80EFF99ADE = 5,
1514
+ PrimeUpdate58_1_BC9055AC14E8C1527D9997B47F774977 = 6,
1515
+ PrimeUpdate58_1_FC6C77F454164D3D37A0B76D50662CF9 = 7,
1516
+ PrimeUpdate58_1_D9AD7360BBF1B3C388E62C997FCD5511 = 8,
1517
+ PrimeUpdate58_1_7267B5B2B936B8A51F85CB8285E0718C = 9,
1518
+ PrimeUpdate58_1_88F0C39FCB74847F134AC16A74936D60 = 10,
1519
+ PrimeUpdate58_1_480030AA8F608828CD4492CA4E04E1FE = 11,
1520
+ PrimeUpdate58_1_629192747BBE6AF1AA366B286DA6FB61 = 12,
1521
+ PrimeUpdate58_1_4586F6D6CA8BF044A8EE210F53C7EBB3 = 13,
1522
+ PrimeUpdate58_1_64E0EA7D393651CAA9B405C0DDC587CC = 14,
1523
+ PrimeUpdate58_1_MAX = 15,
1524
+ }
1525
+
1526
+ /**
1527
+ * Enum Core._Types_Generated.EContentKeyIndex_PrimeUpdate59
1528
+ */
1529
+ export enum EContentKeyIndex_PrimeUpdate59 {
1530
+ PrimeUpdate59_FDB1CD2A7CB6517E388713EF59C60C5D = 0,
1531
+ PrimeUpdate59_0F637C13433857F5AF75127D6377C45D = 1,
1532
+ PrimeUpdate59_E8BE978E0AB20F00CD67B714A7E47284 = 2,
1533
+ PrimeUpdate59_B6C9B69C030BC04466A021C2684C715A = 3,
1534
+ PrimeUpdate59_4D0D414E063EE6F771F0F3F0B6224DEC = 4,
1535
+ PrimeUpdate59_55E85A676D853784068DA62178AFB60F = 5,
1536
+ PrimeUpdate59_73F4E89E4933BB52368E263D78DD026A = 6,
1537
+ PrimeUpdate59_25ECC11967AC82D0B71F18FE07EE9A2D = 7,
1538
+ PrimeUpdate59_3204120809628B6FDBEB1192FF49B677 = 8,
1539
+ PrimeUpdate59_A3D9F5898BB7555E8E571012EAAED078 = 9,
1540
+ PrimeUpdate59_C939A6CDDDC026AA81D4965BE5D81762 = 10,
1541
+ PrimeUpdate59_3CD948362E9DA8347151F7CABE00ED04 = 11,
1542
+ PrimeUpdate59_431C64B6B75D5C8CEC48862AF2ABFF2E = 12,
1543
+ PrimeUpdate59_E076EBADF11D37D338A4640906EE7209 = 13,
1544
+ PrimeUpdate59_2BBF2C77EF1935BB18A69B1430D57F0F = 14,
1545
+ PrimeUpdate59_635ECB2A12743E169C1B35A6493D63C9 = 15,
1546
+ PrimeUpdate59_D257DF4A5897C55A75AD9592F308AAC5 = 16,
1547
+ PrimeUpdate59_F477BF091EFE196F3CC62F427D9EE195 = 17,
1548
+ PrimeUpdate59_B0BE4329B002806870532C4A3B73BB7C = 18,
1549
+ PrimeUpdate59_66B2D161AAB37A0C78E6513AB429D129 = 19,
1550
+ PrimeUpdate59_649CB7E7B14E1E597C0CA0D91747AE9E = 20,
1551
+ PrimeUpdate59_EB60A0FAEDB4B6E6F5E4038CCD670054 = 21,
1552
+ PrimeUpdate59_FB8650A999D5E7C19222C3F24311ED8E = 22,
1553
+ PrimeUpdate59_B601ECE5C9151E37590973A58DC0EBA6 = 23,
1554
+ PrimeUpdate59_39E72FD34B7EA9DC466C8CA5A769B5F6 = 24,
1555
+ PrimeUpdate59_5B6C3F332D26CDA141D63410EBB1269E = 25,
1556
+ PrimeUpdate59_B9697D65225100541480F944500C845D = 26,
1557
+ PrimeUpdate59_MAX = 27,
1558
+ }
1559
+
1504
1560
  /**
1505
1561
  * Enum Core.Object.EDebugBreakType
1506
1562
  */
package/enums/Engine.ts CHANGED
@@ -554,7 +554,8 @@ export enum EConsoleType {
554
554
  CONSOLE_Prospero = 16,
555
555
  CONSOLE_Scorpio = 17,
556
556
  CONSOLE_Ounce = 18,
557
- CONSOLE_MAX = 19,
557
+ CONSOLE_Edmonton = 19,
558
+ CONSOLE_MAX = 20,
558
559
  }
559
560
 
560
561
  /**
@@ -1098,7 +1099,8 @@ export enum EHighContrastRenderingID {
1098
1099
  HighContrastRenderingID_Team0 = 0,
1099
1100
  HighContrastRenderingID_Team1 = 1,
1100
1101
  HighContrastRenderingID_Neutral = 2,
1101
- HighContrastRenderingID_MAX = 3,
1102
+ HighContrastRenderingID_Ball = 3,
1103
+ HighContrastRenderingID_MAX = 4,
1102
1104
  }
1103
1105
 
1104
1106
  /**
package/enums/TAGame.ts CHANGED
@@ -297,6 +297,17 @@ export enum EAITeam {
297
297
  AITeam_MAX = 3,
298
298
  }
299
299
 
300
+ /**
301
+ * Enum TAGame._Types_TA.EAnonymizationTargets
302
+ */
303
+ export enum EAnonymizationTargets {
304
+ ToNobody = 0,
305
+ ToTeammates = 1,
306
+ ToOpponents = 2,
307
+ ToEveryone = 3,
308
+ EAnonymizationTargets_MAX = 4,
309
+ }
310
+
300
311
  /**
301
312
  * Enum TAGame._Types_TA.EArchiveProductFilter
302
313
  */
@@ -686,6 +697,26 @@ export enum EDemolishTarget {
686
697
  DemolishTarget_MAX = 4,
687
698
  }
688
699
 
700
+ /**
701
+ * Enum TAGame._Types_TA.EDemoSelectionState
702
+ */
703
+ export enum EDemoSelectionState {
704
+ EDSS_None = 0,
705
+ EDSS_Locked = 1,
706
+ EDSS_Active = 2,
707
+ EDSS_MAX = 3,
708
+ }
709
+
710
+ /**
711
+ * Enum TAGame._Types_TA.EDemoSpawnPreference
712
+ */
713
+ export enum EDemoSpawnPreference {
714
+ EDSP_None = 0,
715
+ EDSP_Left = 1,
716
+ EDSP_Right = 2,
717
+ EDSP_MAX = 3,
718
+ }
719
+
689
720
  /**
690
721
  * Enum TAGame.GameEditor_Ring_TA.EDetectionType
691
722
  */
@@ -807,6 +838,17 @@ export enum EFiveHitType {
807
838
  FiveHit_MAX = 3,
808
839
  }
809
840
 
841
+ /**
842
+ * Enum TAGame._Types_TA.EFlipResetFxPref
843
+ */
844
+ export enum EFlipResetFxPref {
845
+ EFRP_Off = 0,
846
+ EFRP_AudioOnly = 1,
847
+ EFRP_VisualOnly = 2,
848
+ EFRP_Enabled = 3,
849
+ EFRP_MAX = 4,
850
+ }
851
+
810
852
  /**
811
853
  * Enum TAGame.ForceVolume_TA.EForceDirection
812
854
  */
@@ -891,7 +933,16 @@ export enum EGameplayMusicSetting {
891
933
  */
892
934
  export enum EGameplaySettingsSaveVersion {
893
935
  EGameplaySettingsSaveVersion_ChatFilterDisambiguation = 0,
894
- EGameplaySettingsSaveVersion_MAX = 1,
936
+ EGameplaySettingsSaveVersion_FlipResetFxAdjustment = 1,
937
+ EGameplaySettingsSaveVersion_MAX = 2,
938
+ }
939
+
940
+ /**
941
+ * Enum TAGame.ProfileCameraSave_TA.EGameplaySettingsSaveVersion
942
+ */
943
+ export enum EGameplaySettingsSaveVersion {
944
+ EProfileCameraSaveVersion_DemoSpawnSelection = 0,
945
+ EProfileCameraSaveVersion_MAX = 1,
895
946
  }
896
947
 
897
948
  /**
@@ -1090,7 +1141,8 @@ export enum ELicenseGroup {
1090
1141
  */
1091
1142
  export enum ELoadoutSaveVersion {
1092
1143
  ELoadoutSaveVersion_InstanceIDV2 = 0,
1093
- ELoadoutSaveVersion_MAX = 1,
1144
+ ELoadoutSaveVersion_NewColorSet = 1,
1145
+ ELoadoutSaveVersion_MAX = 2,
1094
1146
  }
1095
1147
 
1096
1148
  /**
@@ -1137,7 +1189,8 @@ export enum EMainMenuBackground {
1137
1189
  MMBG_Anniversary = 28,
1138
1190
  MMBG_Mall = 29,
1139
1191
  MMBG_Paris = 30,
1140
- MMBG_MAX = 31,
1192
+ MMBG_FuturaNight = 31,
1193
+ MMBG_MAX = 32,
1141
1194
  }
1142
1195
 
1143
1196
  /**
@@ -1337,7 +1390,8 @@ export enum ENodeBannerType {
1337
1390
  export enum ENodeEnabledRequirement {
1338
1391
  NodeEnabledRequirement_InMainMenu = 0,
1339
1392
  NodeEnabledRequirement_RankedEnabled = 1,
1340
- NodeEnabledRequirement_MAX = 2,
1393
+ NodeEnabledRequirement_AntiCheat = 2,
1394
+ NodeEnabledRequirement_MAX = 3,
1341
1395
  }
1342
1396
 
1343
1397
  /**
@@ -1759,7 +1813,8 @@ export enum EReplayVersion {
1759
1813
  ReplayVersion_MutatorSeekFree = 6,
1760
1814
  ReplayVersion_ClubColors = 7,
1761
1815
  ReplayVersion_CameraTrack = 8,
1762
- ReplayVersion_MAX = 9,
1816
+ ReplayVersion_CarColorSet = 9,
1817
+ ReplayVersion_MAX = 10,
1763
1818
  }
1764
1819
 
1765
1820
  /**
@@ -1852,7 +1907,8 @@ export enum ERotationType {
1852
1907
  */
1853
1908
  export enum ESaveExportSchemaVersion {
1854
1909
  SaveExportVersion_Base = 0,
1855
- SaveExportVersion_Max = 1,
1910
+ SaveExportVersion_Products = 1,
1911
+ SaveExportVersion_Max = 2,
1856
1912
  }
1857
1913
 
1858
1914
  /**
@@ -2073,7 +2129,10 @@ export enum EStatGraphLevel {
2073
2129
  StatGraphLevel_NetSummary = 4,
2074
2130
  StatGraphLevel_NetGraphShort = 5,
2075
2131
  StatGraphLevel_NetGraphLong = 6,
2076
- StatGraphLevel_MAX = 7,
2132
+ StatGraphLevel_ActorGraphSummary = 7,
2133
+ StatGraphLevel_ActorGraphShort = 8,
2134
+ StatGraphLevel_ActorGraphLong = 9,
2135
+ StatGraphLevel_MAX = 10,
2077
2136
  }
2078
2137
 
2079
2138
  /**
package/offsets/Core.ts CHANGED
@@ -677,40 +677,50 @@ export const FeatureSystem = {
677
677
  DynamicLogos: 0x0074n, // 0x0074 (0x0004) [bool : 0x4000000]
678
678
  XETagging: 0x0074n, // 0x0074 (0x0004) [bool : 0x8000000]
679
679
  PlayMenuV4: 0x0074n, // 0x0074 (0x0004) [bool : 0x10000000]
680
- DemoUpgrades: 0x0074n, // 0x0074 (0x0004) [bool : 0x20000000]
681
- QuickChatTimeStamp: 0x0074n, // 0x0074 (0x0004) [bool : 0x40000000]
682
- SoccarPong: 0x0074n, // 0x0074 (0x0004) [bool : 0x80000000]
683
- OnlineFreeplay: 0x0078n, // 0x0078 (0x0004) [bool : 0x1]
684
- MatchmakingSubRegion: 0x0078n, // 0x0078 (0x0004) [bool : 0x4]
685
- CrossbarSFX: 0x0078n, // 0x0078 (0x0004) [bool : 0x8]
686
- RugbyIteration: 0x0078n, // 0x0078 (0x0004) [bool : 0x10]
687
- ChallengesV2: 0x0078n, // 0x0078 (0x0004) [bool : 0x40]
688
- PossessionExpanded: 0x0078n, // 0x0078 (0x0004) [bool : 0x80]
689
- TargetFind: 0x0078n, // 0x0078 (0x0004) [bool : 0x100]
690
- KeepUp: 0x0078n, // 0x0078 (0x0004) [bool : 0x400]
691
- RocketPassUpgrades: 0x0078n, // 0x0078 (0x0004) [bool : 0x1000]
692
- PentathlonTournaments: 0x0078n, // 0x0078 (0x0004) [bool : 0x2000]
693
- DemolishUpdates: 0x0078n, // 0x0078 (0x0004) [bool : 0x4000]
694
- ViralItem: 0x0078n, // 0x0078 (0x0004) [bool : 0x8000]
695
- ThankYouMessage: 0x0078n, // 0x0078 (0x0004) [bool : 0x10000]
696
- AttackerDemoFX: 0x0078n, // 0x0078 (0x0004) [bool : 0x20000]
697
- NewDriverChallengesV2: 0x0078n, // 0x0078 (0x0004) [bool : 0x40000]
698
- TextModeration: 0x0078n, // 0x0078 (0x0004) [bool : 0x200000]
699
- FilterToggle: 0x0078n, // 0x0078 (0x0004) [bool : 0x400000]
700
- DdosPrevention: 0x0078n, // 0x0078 (0x0004) [bool : 0x800000]
701
- OunceEnhancements: 0x0078n, // 0x0078 (0x0004) [bool : 0x1000000]
702
- FastFreeplay: 0x0078n, // 0x0078 (0x0004) [bool : 0x2000000]
703
- MatchAdminMutator: 0x0078n, // 0x0078 (0x0004) [bool : 0x4000000]
704
- Thistle: 0x0078n, // 0x0078 (0x0004) [bool : 0x8000000]
705
- DemoFXMutator: 0x0078n, // 0x0078 (0x0004) [bool : 0x10000000]
706
- OffProdHandling: 0x0078n, // 0x0078 (0x0004) [bool : 0x20000000]
707
- CustomTrainingSettings: 0x0078n, // 0x0078 (0x0004) [bool : 0x40000000]
708
- FlipResetIndicator: 0x007cn, // 0x007c (0x0004) [bool : 0x1]
709
- NewsOverhaul: 0x007cn, // 0x007c (0x0004) [bool : 0x2]
710
- QueueMenuChanges: 0x007cn, // 0x007c (0x0004) [bool : 0x4]
711
- VisibleMMR: 0x007cn, // 0x007c (0x0004) [bool : 0x8]
712
- OverrideBoostSound: 0x007cn, // 0x007c (0x0004) [bool : 0x20]
713
- SettingsExport: 0x007cn, // 0x007c (0x0004) [bool : 0x40]
680
+ QuickChatTimeStamp: 0x0074n, // 0x0074 (0x0004) [bool : 0x20000000]
681
+ SoccarPong: 0x0074n, // 0x0074 (0x0004) [bool : 0x40000000]
682
+ OnlineFreeplay: 0x0074n, // 0x0074 (0x0004) [bool : 0x80000000]
683
+ MatchmakingSubRegion: 0x0078n, // 0x0078 (0x0004) [bool : 0x2]
684
+ CrossbarSFX: 0x0078n, // 0x0078 (0x0004) [bool : 0x4]
685
+ RugbyIteration: 0x0078n, // 0x0078 (0x0004) [bool : 0x8]
686
+ ChallengesV2: 0x0078n, // 0x0078 (0x0004) [bool : 0x20]
687
+ PossessionExpanded: 0x0078n, // 0x0078 (0x0004) [bool : 0x40]
688
+ TargetFind: 0x0078n, // 0x0078 (0x0004) [bool : 0x80]
689
+ KeepUp: 0x0078n, // 0x0078 (0x0004) [bool : 0x200]
690
+ RocketPassUpgrades: 0x0078n, // 0x0078 (0x0004) [bool : 0x800]
691
+ PentathlonTournaments: 0x0078n, // 0x0078 (0x0004) [bool : 0x1000]
692
+ DemolishUpdates: 0x0078n, // 0x0078 (0x0004) [bool : 0x2000]
693
+ ViralItem: 0x0078n, // 0x0078 (0x0004) [bool : 0x4000]
694
+ ThankYouMessage: 0x0078n, // 0x0078 (0x0004) [bool : 0x8000]
695
+ AttackerDemoFX: 0x0078n, // 0x0078 (0x0004) [bool : 0x10000]
696
+ NewDriverChallengesV2: 0x0078n, // 0x0078 (0x0004) [bool : 0x20000]
697
+ TextModeration: 0x0078n, // 0x0078 (0x0004) [bool : 0x100000]
698
+ FilterToggle: 0x0078n, // 0x0078 (0x0004) [bool : 0x200000]
699
+ DdosPrevention: 0x0078n, // 0x0078 (0x0004) [bool : 0x400000]
700
+ OunceEnhancements: 0x0078n, // 0x0078 (0x0004) [bool : 0x800000]
701
+ FastFreeplay: 0x0078n, // 0x0078 (0x0004) [bool : 0x1000000]
702
+ MatchAdminMutator: 0x0078n, // 0x0078 (0x0004) [bool : 0x2000000]
703
+ Thistle: 0x0078n, // 0x0078 (0x0004) [bool : 0x4000000]
704
+ DemoFXMutator: 0x0078n, // 0x0078 (0x0004) [bool : 0x8000000]
705
+ OffProdHandling: 0x0078n, // 0x0078 (0x0004) [bool : 0x10000000]
706
+ FlipResetIndicator: 0x0078n, // 0x0078 (0x0004) [bool : 0x40000000]
707
+ NewsOverhaul: 0x0078n, // 0x0078 (0x0004) [bool : 0x80000000]
708
+ QueueMenuChanges: 0x007cn, // 0x007c (0x0004) [bool : 0x1]
709
+ VisibleMMR: 0x007cn, // 0x007c (0x0004) [bool : 0x2]
710
+ EasyAntiCheat: 0x007cn, // 0x007c (0x0004) [bool : 0x4]
711
+ OverrideBoostSound: 0x007cn, // 0x007c (0x0004) [bool : 0x8]
712
+ SettingsExport: 0x007cn, // 0x007c (0x0004) [bool : 0x10]
713
+ RBActorStatGraphs: 0x007cn, // 0x007c (0x0004) [bool : 0x80]
714
+ DemoSpawnSelection: 0x007cn, // 0x007c (0x0004) [bool : 0x100]
715
+ FreeplayTeamColors: 0x007cn, // 0x007c (0x0004) [bool : 0x200]
716
+ HitboxVisualizer: 0x007cn, // 0x007c (0x0004) [bool : 0x400]
717
+ StatsAPI: 0x007cn, // 0x007c (0x0004) [bool : 0x800]
718
+ TrainingAdditions: 0x007cn, // 0x007c (0x0004) [bool : 0x1000]
719
+ ScorerGoalViewToggle: 0x007cn, // 0x007c (0x0004) [bool : 0x2000]
720
+ StreamerSafe: 0x007cn, // 0x007c (0x0004) [bool : 0x4000]
721
+ WorldCup: 0x007cn, // 0x007c (0x0004) [bool : 0x8000]
722
+ ImprovedPresence: 0x007cn, // 0x007c (0x0004) [bool : 0x40000]
723
+ AutoSkipGoalReplay: 0x007cn, // 0x007c (0x0004) [bool : 0x80000]
714
724
  ...Object_,
715
725
  } as const;
716
726
 
@@ -1632,6 +1642,15 @@ export const ScriptStruct = {
1632
1642
  ...Struct,
1633
1643
  } as const;
1634
1644
 
1645
+ /**
1646
+ * Core.SQWordProperty Offsets
1647
+ * Size: 0x00c8
1648
+ * Extends: Property
1649
+ */
1650
+ export const SQWordProperty = {
1651
+ ...Property,
1652
+ } as const;
1653
+
1635
1654
  /**
1636
1655
  * Core.StringMap Offsets
1637
1656
  * Size: 0x00d8
@@ -108,6 +108,43 @@ export const FOnlineStatusMappingEOS = {
108
108
  StatusString: 0x0008n, // 0x0008 (0x0010) [FString]
109
109
  } as const;
110
110
 
111
+ /**
112
+ * OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS Offsets
113
+ * Size: 0x0088
114
+ * Extends: Object_
115
+ */
116
+ export const OnlineAntiCheatInterfaceEOS = {
117
+ PlatformHandle: 0x0060n, // 0x0060 (0x0008) [FPointer]
118
+ PlayerInterfaceEOS: 0x0068n, // 0x0068 (0x0008) [UOnlinePlayerInterfaceEOS*]
119
+ __EventMessageGenerated__Delegate: 0x0070n, // 0x0070 (0x0018) [FScriptDelegate]
120
+ ...Object_,
121
+ } as const;
122
+
123
+ /**
124
+ * OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS Offsets
125
+ * Size: 0x00c8
126
+ * Extends: OnlineAntiCheatInterfaceEOS
127
+ */
128
+ export const OnlineAntiCheatClientInterfaceEOS = {
129
+ ClientHandle: 0x0088n, // 0x0088 (0x0008) [FPointer]
130
+ ReportHandle: 0x0090n, // 0x0090 (0x0008) [FPointer]
131
+ __EventClientIntegrityViolation__Delegate: 0x0098n, // 0x0098 (0x0018) [FScriptDelegate]
132
+ __EventPlayerReportComplete__Delegate: 0x00b0n, // 0x00b0 (0x0018) [FScriptDelegate]
133
+ ...OnlineAntiCheatInterfaceEOS,
134
+ } as const;
135
+
136
+ /**
137
+ * OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS Offsets
138
+ * Size: 0x00c0
139
+ * Extends: OnlineAntiCheatInterfaceEOS
140
+ */
141
+ export const OnlineAntiCheatServerInterfaceEOS = {
142
+ ServerHandle: 0x0088n, // 0x0088 (0x0008) [FPointer]
143
+ __EventClientActionRequired__Delegate: 0x0090n, // 0x0090 (0x0018) [FScriptDelegate]
144
+ __EventClientAuthStatusChanged__Delegate: 0x00a8n, // 0x00a8 (0x0018) [FScriptDelegate]
145
+ ...OnlineAntiCheatInterfaceEOS,
146
+ } as const;
147
+
111
148
  /**
112
149
  * IpDrv.OnlineAuthInterfaceImpl Offsets
113
150
  * Size: 0x03c8
@@ -478,7 +515,7 @@ export const OnlineSubsystemCommonImpl = {
478
515
 
479
516
  /**
480
517
  * OnlineSubsystemEOS.OnlineSubsystemEOS Offsets
481
- * Size: 0x0740
518
+ * Size: 0x0748
482
519
  * Extends: OnlineSubsystemCommonImpl
483
520
  */
484
521
  export const OnlineSubsystemEOS = {
@@ -491,53 +528,54 @@ export const OnlineSubsystemEOS = {
491
528
  UserCloudFileInterfaceEOS: 0x03f0n, // 0x03f0 (0x0008) [UOnlineUserCloudFileInterfaceEOS*]
492
529
  VoiceInterfaceEOS: 0x03f8n, // 0x03f8 (0x0008) [UOnlineVoiceInterfaceEOS*]
493
530
  GameClipsInterfaceEOS: 0x0400n, // 0x0400 (0x0008) [UOnlineGameClipsInterfaceEOS*]
494
- SpeechRecognitionCompleteDelegates: 0x0408n, // 0x0408 (0x0010) [TArray<FScriptDelegate>]
495
- AuthHandle: 0x0418n, // 0x0418 (0x0008) [FPointer]
496
- FriendsHandle: 0x0420n, // 0x0420 (0x0008) [FPointer]
497
- UserInfoHandle: 0x0428n, // 0x0428 (0x0008) [FPointer]
498
- PresenceHandle: 0x0430n, // 0x0430 (0x0008) [FPointer]
499
- ConnectHandle: 0x0438n, // 0x0438 (0x0008) [FPointer]
500
- SessionsHandle: 0x0440n, // 0x0440 (0x0008) [FPointer]
501
- PDSHandle: 0x0448n, // 0x0448 (0x0008) [FPointer]
502
- StatsHandle: 0x0450n, // 0x0450 (0x0008) [FPointer]
503
- AchievementsHandle: 0x0458n, // 0x0458 (0x0008) [FPointer]
504
- EcomHandle: 0x0460n, // 0x0460 (0x0008) [FPointer]
505
- UIHandle: 0x0468n, // 0x0468 (0x0008) [FPointer]
506
- RTCHandle: 0x0470n, // 0x0470 (0x0008) [FPointer]
507
- RTCAudioHandle: 0x0478n, // 0x0478 (0x0008) [FPointer]
508
- RTCAdminHandle: 0x0480n, // 0x0480 (0x0008) [FPointer]
509
- GameClipsHandle: 0x0488n, // 0x0488 (0x0008) [FPointer]
510
- EULATrackingHandle: 0x0490n, // 0x0490 (0x0008) [FPointer]
511
- bLastTickShouldRecordAudioVal: 0x0498n, // 0x0498 (0x0004) [bool : 0x1]
512
- UnlockedDLC: 0x04a0n, // 0x04a0 (0x0010) [TArray<FName>]
513
- UnlockedDLCDelegates: 0x04b0n, // 0x04b0 (0x0010) [TArray<FScriptDelegate>]
514
- ExternalUIChangeDelegates: 0x04c0n, // 0x04c0 (0x0010) [TArray<FScriptDelegate>]
515
- __OnMicroTxnResponse__Delegate: 0x04d0n, // 0x04d0 (0x0018) [FScriptDelegate]
516
- __EventGetAppPriceInfoComplete__Delegate: 0x04e8n, // 0x04e8 (0x0018) [FScriptDelegate]
517
- __OnPlayerTalking__Delegate: 0x0500n, // 0x0500 (0x0018) [FScriptDelegate]
518
- __OnRecognitionComplete__Delegate: 0x0518n, // 0x0518 (0x0018) [FScriptDelegate]
519
- __OnReadOnlineStatsComplete__Delegate: 0x0530n, // 0x0530 (0x0018) [FScriptDelegate]
520
- __OnRegisterHostStatGuidComplete__Delegate: 0x0548n, // 0x0548 (0x0018) [FScriptDelegate]
521
- __OnFlushOnlineStatsComplete__Delegate: 0x0560n, // 0x0560 (0x0018) [FScriptDelegate]
522
- __OnLinkStatusChange__Delegate: 0x0578n, // 0x0578 (0x0018) [FScriptDelegate]
523
- __OnExternalUIChange__Delegate: 0x0590n, // 0x0590 (0x0018) [FScriptDelegate]
524
- __OnControllerChange__Delegate: 0x05a8n, // 0x05a8 (0x0018) [FScriptDelegate]
525
- __OnConnectionStatusChange__Delegate: 0x05c0n, // 0x05c0 (0x0018) [FScriptDelegate]
526
- __OnStorageDeviceChange__Delegate: 0x05d8n, // 0x05d8 (0x0018) [FScriptDelegate]
527
- __OnCreateOnlineAccountCompleted__Delegate: 0x05f0n, // 0x05f0 (0x0018) [FScriptDelegate]
528
- __OnPlayerTalkingStateChange__Delegate: 0x0608n, // 0x0608 (0x0018) [FScriptDelegate]
529
- __OnCloseKickPlayerDialog__Delegate: 0x0620n, // 0x0620 (0x0018) [FScriptDelegate]
530
- __OnCommerceDialogClosed__Delegate: 0x0638n, // 0x0638 (0x0018) [FScriptDelegate]
531
- __OnErrorDialogClosed__Delegate: 0x0650n, // 0x0650 (0x0018) [FScriptDelegate]
532
- __OnUnlockedDLCChange__Delegate: 0x0668n, // 0x0668 (0x0018) [FScriptDelegate]
533
- __OnStorePurchaseCompleteDelegate__Delegate: 0x0680n, // 0x0680 (0x0018) [FScriptDelegate]
534
- __OnUserOrphaned__Delegate: 0x0698n, // 0x0698 (0x0018) [FScriptDelegate]
535
- __OnUserRestored__Delegate: 0x06b0n, // 0x06b0 (0x0018) [FScriptDelegate]
536
- __OnPlayerSigningOut__Delegate: 0x06c8n, // 0x06c8 (0x0018) [FScriptDelegate]
537
- __EventCryptoKeyCreated__Delegate: 0x06e0n, // 0x06e0 (0x0018) [FScriptDelegate]
538
- __EventTextMessageSigned__Delegate: 0x06f8n, // 0x06f8 (0x0018) [FScriptDelegate]
539
- __EventTextMessageValidated__Delegate: 0x0710n, // 0x0710 (0x0018) [FScriptDelegate]
540
- __OnCaptureAvailabilityChange__Delegate: 0x0728n, // 0x0728 (0x0018) [FScriptDelegate]
531
+ AntiCheatInterfaceEOS: 0x0408n, // 0x0408 (0x0008) [UOnlineAntiCheatInterfaceEOS*]
532
+ SpeechRecognitionCompleteDelegates: 0x0410n, // 0x0410 (0x0010) [TArray<FScriptDelegate>]
533
+ AuthHandle: 0x0420n, // 0x0420 (0x0008) [FPointer]
534
+ FriendsHandle: 0x0428n, // 0x0428 (0x0008) [FPointer]
535
+ UserInfoHandle: 0x0430n, // 0x0430 (0x0008) [FPointer]
536
+ PresenceHandle: 0x0438n, // 0x0438 (0x0008) [FPointer]
537
+ ConnectHandle: 0x0440n, // 0x0440 (0x0008) [FPointer]
538
+ SessionsHandle: 0x0448n, // 0x0448 (0x0008) [FPointer]
539
+ PDSHandle: 0x0450n, // 0x0450 (0x0008) [FPointer]
540
+ StatsHandle: 0x0458n, // 0x0458 (0x0008) [FPointer]
541
+ AchievementsHandle: 0x0460n, // 0x0460 (0x0008) [FPointer]
542
+ EcomHandle: 0x0468n, // 0x0468 (0x0008) [FPointer]
543
+ UIHandle: 0x0470n, // 0x0470 (0x0008) [FPointer]
544
+ RTCHandle: 0x0478n, // 0x0478 (0x0008) [FPointer]
545
+ RTCAudioHandle: 0x0480n, // 0x0480 (0x0008) [FPointer]
546
+ RTCAdminHandle: 0x0488n, // 0x0488 (0x0008) [FPointer]
547
+ GameClipsHandle: 0x0490n, // 0x0490 (0x0008) [FPointer]
548
+ EULATrackingHandle: 0x0498n, // 0x0498 (0x0008) [FPointer]
549
+ bLastTickShouldRecordAudioVal: 0x04a0n, // 0x04a0 (0x0004) [bool : 0x1]
550
+ UnlockedDLC: 0x04a8n, // 0x04a8 (0x0010) [TArray<FName>]
551
+ UnlockedDLCDelegates: 0x04b8n, // 0x04b8 (0x0010) [TArray<FScriptDelegate>]
552
+ ExternalUIChangeDelegates: 0x04c8n, // 0x04c8 (0x0010) [TArray<FScriptDelegate>]
553
+ __OnMicroTxnResponse__Delegate: 0x04d8n, // 0x04d8 (0x0018) [FScriptDelegate]
554
+ __EventGetAppPriceInfoComplete__Delegate: 0x04f0n, // 0x04f0 (0x0018) [FScriptDelegate]
555
+ __OnPlayerTalking__Delegate: 0x0508n, // 0x0508 (0x0018) [FScriptDelegate]
556
+ __OnRecognitionComplete__Delegate: 0x0520n, // 0x0520 (0x0018) [FScriptDelegate]
557
+ __OnReadOnlineStatsComplete__Delegate: 0x0538n, // 0x0538 (0x0018) [FScriptDelegate]
558
+ __OnRegisterHostStatGuidComplete__Delegate: 0x0550n, // 0x0550 (0x0018) [FScriptDelegate]
559
+ __OnFlushOnlineStatsComplete__Delegate: 0x0568n, // 0x0568 (0x0018) [FScriptDelegate]
560
+ __OnLinkStatusChange__Delegate: 0x0580n, // 0x0580 (0x0018) [FScriptDelegate]
561
+ __OnExternalUIChange__Delegate: 0x0598n, // 0x0598 (0x0018) [FScriptDelegate]
562
+ __OnControllerChange__Delegate: 0x05b0n, // 0x05b0 (0x0018) [FScriptDelegate]
563
+ __OnConnectionStatusChange__Delegate: 0x05c8n, // 0x05c8 (0x0018) [FScriptDelegate]
564
+ __OnStorageDeviceChange__Delegate: 0x05e0n, // 0x05e0 (0x0018) [FScriptDelegate]
565
+ __OnCreateOnlineAccountCompleted__Delegate: 0x05f8n, // 0x05f8 (0x0018) [FScriptDelegate]
566
+ __OnPlayerTalkingStateChange__Delegate: 0x0610n, // 0x0610 (0x0018) [FScriptDelegate]
567
+ __OnCloseKickPlayerDialog__Delegate: 0x0628n, // 0x0628 (0x0018) [FScriptDelegate]
568
+ __OnCommerceDialogClosed__Delegate: 0x0640n, // 0x0640 (0x0018) [FScriptDelegate]
569
+ __OnErrorDialogClosed__Delegate: 0x0658n, // 0x0658 (0x0018) [FScriptDelegate]
570
+ __OnUnlockedDLCChange__Delegate: 0x0670n, // 0x0670 (0x0018) [FScriptDelegate]
571
+ __OnStorePurchaseCompleteDelegate__Delegate: 0x0688n, // 0x0688 (0x0018) [FScriptDelegate]
572
+ __OnUserOrphaned__Delegate: 0x06a0n, // 0x06a0 (0x0018) [FScriptDelegate]
573
+ __OnUserRestored__Delegate: 0x06b8n, // 0x06b8 (0x0018) [FScriptDelegate]
574
+ __OnPlayerSigningOut__Delegate: 0x06d0n, // 0x06d0 (0x0018) [FScriptDelegate]
575
+ __EventCryptoKeyCreated__Delegate: 0x06e8n, // 0x06e8 (0x0018) [FScriptDelegate]
576
+ __EventTextMessageSigned__Delegate: 0x0700n, // 0x0700 (0x0018) [FScriptDelegate]
577
+ __EventTextMessageValidated__Delegate: 0x0718n, // 0x0718 (0x0018) [FScriptDelegate]
578
+ __OnCaptureAvailabilityChange__Delegate: 0x0730n, // 0x0730 (0x0018) [FScriptDelegate]
541
579
  ...OnlineSubsystemCommonImpl,
542
580
  } as const;
543
581