@rlsdk/steam 1.0.0 → 1.0.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.
@@ -7,7 +7,7 @@
7
7
  */
8
8
 
9
9
  /** GNames offset from module base */
10
- export const GNames = 0x247cc18n;
10
+ export const GNames = 0x2489258n;
11
11
 
12
12
  /** GObjects offset from module base */
13
- export const GObjects = 0x247cc60n;
13
+ export const GObjects = 0x24892a0n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlsdk/steam",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript SDK for RocketLeague (Steam) - Auto-generated type definitions",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -680,6 +680,11 @@ export type Object_Add_RotatorRotator_Params = {
680
680
  ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
681
681
  };
682
682
 
683
+ /**
684
+ * Function Core.Object.Add_SQWordSQWord
685
+ */
686
+ export type Object_Add_SQWordSQWord_Params = {};
687
+
683
688
  /**
684
689
  * Function Core.Object.Add_Vector2DVector2D
685
690
  */
@@ -775,6 +780,11 @@ export type Object_AddEqual_RotatorRotator_Params = {
775
780
  ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
776
781
  };
777
782
 
783
+ /**
784
+ * Function Core.Object.AddEqual_SQWordSQWord
785
+ */
786
+ export type Object_AddEqual_SQWordSQWord_Params = {};
787
+
778
788
  /**
779
789
  * Function Core.Object.AddEqual_Vector2DVector2D
780
790
  */
@@ -1151,6 +1161,11 @@ export type Object_Divide_RotatorFloat_Params = {
1151
1161
  ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1152
1162
  };
1153
1163
 
1164
+ /**
1165
+ * Function Core.Object.Divide_SQWordSQWord
1166
+ */
1167
+ export type Object_Divide_SQWordSQWord_Params = {};
1168
+
1154
1169
  /**
1155
1170
  * Function Core.Object.Divide_Vector2DFloat
1156
1171
  */
@@ -1370,6 +1385,13 @@ export type Object_EqualEqual_RotatorRotator_Params = {
1370
1385
  ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1371
1386
  };
1372
1387
 
1388
+ /**
1389
+ * Function Core.Object.EqualEqual_SQWordSQWord
1390
+ */
1391
+ export type Object_EqualEqual_SQWordSQWord_Params = {
1392
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1393
+ };
1394
+
1373
1395
  /**
1374
1396
  * Function Core.Object.EqualEqual_StrStr
1375
1397
  */
@@ -2060,6 +2082,13 @@ export type Object_Greater_QWordQWord_Params = {
2060
2082
  ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2061
2083
  };
2062
2084
 
2085
+ /**
2086
+ * Function Core.Object.Greater_SQWordSQWord
2087
+ */
2088
+ export type Object_Greater_SQWordSQWord_Params = {
2089
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2090
+ };
2091
+
2063
2092
  /**
2064
2093
  * Function Core.Object.Greater_StrStr
2065
2094
  */
@@ -2096,6 +2125,13 @@ export type Object_GreaterEqual_QWordQWord_Params = {
2096
2125
  ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2097
2126
  };
2098
2127
 
2128
+ /**
2129
+ * Function Core.Object.GreaterEqual_SQWordSQWord
2130
+ */
2131
+ export type Object_GreaterEqual_SQWordSQWord_Params = {
2132
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2133
+ };
2134
+
2099
2135
  /**
2100
2136
  * Function Core.Object.GreaterEqual_StrStr
2101
2137
  */
@@ -2414,6 +2450,13 @@ export type Object_Less_QWordQWord_Params = {
2414
2450
  ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2415
2451
  };
2416
2452
 
2453
+ /**
2454
+ * Function Core.Object.Less_SQWordSQWord
2455
+ */
2456
+ export type Object_Less_SQWordSQWord_Params = {
2457
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2458
+ };
2459
+
2417
2460
  /**
2418
2461
  * Function Core.Object.Less_StrStr
2419
2462
  */
@@ -2450,6 +2493,13 @@ export type Object_LessEqual_QWordQWord_Params = {
2450
2493
  ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2451
2494
  };
2452
2495
 
2496
+ /**
2497
+ * Function Core.Object.LessEqual_SQWordSQWord
2498
+ */
2499
+ export type Object_LessEqual_SQWordSQWord_Params = {
2500
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2501
+ };
2502
+
2453
2503
  /**
2454
2504
  * Function Core.Object.LessEqual_StrStr
2455
2505
  */
@@ -2817,6 +2867,11 @@ export type Object_Multiply_RotatorFloat_Params = {
2817
2867
  ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2818
2868
  };
2819
2869
 
2870
+ /**
2871
+ * Function Core.Object.Multiply_SQWordSQWord
2872
+ */
2873
+ export type Object_Multiply_SQWordSQWord_Params = {};
2874
+
2820
2875
  /**
2821
2876
  * Function Core.Object.Multiply_Vector2DFloat
2822
2877
  */
@@ -3055,6 +3110,13 @@ export type Object_NotEqual_RotatorRotator_Params = {
3055
3110
  ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3056
3111
  };
3057
3112
 
3113
+ /**
3114
+ * Function Core.Object.NotEqual_SQWordSQWord
3115
+ */
3116
+ export type Object_NotEqual_SQWordSQWord_Params = {
3117
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3118
+ };
3119
+
3058
3120
  /**
3059
3121
  * Function Core.Object.NotEqual_StrStr
3060
3122
  */
@@ -3810,6 +3872,16 @@ export type Object_Square_Params = {
3810
3872
  ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3811
3873
  };
3812
3874
 
3875
+ /**
3876
+ * Function Core.Object.SQWordMax
3877
+ */
3878
+ export type Object_SQWordMax_Params = {};
3879
+
3880
+ /**
3881
+ * Function Core.Object.SQWordMin
3882
+ */
3883
+ export type Object_SQWordMin_Params = {};
3884
+
3813
3885
  /**
3814
3886
  * Function Core.Object.StartsWith
3815
3887
  */
@@ -3911,6 +3983,11 @@ export type Object_Subtract_RotatorRotator_Params = {
3911
3983
  ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3912
3984
  };
3913
3985
 
3986
+ /**
3987
+ * Function Core.Object.Subtract_SQWordSQWord
3988
+ */
3989
+ export type Object_Subtract_SQWordSQWord_Params = {};
3990
+
3914
3991
  /**
3915
3992
  * Function Core.Object.Subtract_Vector2DVector2D
3916
3993
  */
@@ -3974,6 +4051,11 @@ export type Object_SubtractEqual_RotatorRotator_Params = {
3974
4051
  ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3975
4052
  };
3976
4053
 
4054
+ /**
4055
+ * Function Core.Object.SubtractEqual_SQWordSQWord
4056
+ */
4057
+ export type Object_SubtractEqual_SQWordSQWord_Params = {};
4058
+
3977
4059
  /**
3978
4060
  * Function Core.Object.SubtractEqual_StrStr
3979
4061
  */
@@ -323,6 +323,7 @@ import type {
323
323
  EGameClipsConnectionStatus,
324
324
  EGameClipsMaskStatus,
325
325
  EGameClipsRecording,
326
+ EHighContrastRenderingID,
326
327
  EHostMigrationProgress,
327
328
  EInputPlatformType,
328
329
  ELobbyDistance,
@@ -30818,6 +30819,13 @@ export type PrimitiveComponent_SetHidden_Params = {
30818
30819
  NewHidden: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
30819
30820
  };
30820
30821
 
30822
+ /**
30823
+ * Function Engine.PrimitiveComponent.SetHighContrastRenderingID
30824
+ */
30825
+ export type PrimitiveComponent_SetHighContrastRenderingID_Params = {
30826
+ InRenderingID: EHighContrastRenderingID; // 0x0000 (0x0001) [EHighContrastRenderingID] [CPF_Parm]
30827
+ };
30828
+
30821
30829
  /**
30822
30830
  * Function Engine.PrimitiveComponent.SetIgnoreOwnerHidden
30823
30831
  */
@@ -20,7 +20,15 @@ import type {
20
20
  U__OnlinePlayerInterfaceEOS__LinkedAccount_0x1,
21
21
  U__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1,
22
22
  } from '../classes/OnlineSubsystemEOS';
23
- import type { EInputAPI, EVoiceResultCode, OnlinePlatform } from '../enums/Core';
23
+ import type {
24
+ EClientActionCode,
25
+ EClientActionReason,
26
+ EClientAuthStatus,
27
+ EClientIntegrityViolation,
28
+ EInputAPI,
29
+ EVoiceResultCode,
30
+ OnlinePlatform,
31
+ } from '../enums/Core';
24
32
  import type {
25
33
  ECommunicationMethod,
26
34
  EFeaturePrivilege,
@@ -75,6 +83,167 @@ export type __OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1___On
75
83
  Code: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
76
84
  };
77
85
 
86
+ /**
87
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.BeginSession
88
+ */
89
+ export type OnlineAntiCheatClientInterfaceEOS_BeginSession_Params = {
90
+ RegisterTimeoutSeconds: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
91
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
92
+ };
93
+
94
+ /**
95
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.EndSession
96
+ */
97
+ export type OnlineAntiCheatClientInterfaceEOS_EndSession_Params = {
98
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
99
+ };
100
+
101
+ /**
102
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.EventClientIntegrityViolation
103
+ */
104
+ export type OnlineAntiCheatClientInterfaceEOS_EventClientIntegrityViolation_Params = {
105
+ Violation: EClientIntegrityViolation; // 0x0000 (0x0001) [EClientIntegrityViolation] [CPF_Parm]
106
+ Message: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
107
+ };
108
+
109
+ /**
110
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.EventPlayerReportComplete
111
+ */
112
+ export type OnlineAntiCheatClientInterfaceEOS_EventPlayerReportComplete_Params = {
113
+ ProductUserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
114
+ bSuccess: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
115
+ };
116
+
117
+ /**
118
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.Init
119
+ */
120
+ export type OnlineAntiCheatClientInterfaceEOS_Init_Params = {};
121
+
122
+ /**
123
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.IsAntiCheatEnabled
124
+ */
125
+ export type OnlineAntiCheatClientInterfaceEOS_IsAntiCheatEnabled_Params = {
126
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
127
+ };
128
+
129
+ /**
130
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.ReceiveMessage
131
+ */
132
+ export type OnlineAntiCheatClientInterfaceEOS_ReceiveMessage_Params = {
133
+ EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
134
+ PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
135
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
136
+ };
137
+
138
+ /**
139
+ * Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.ReportPlayer
140
+ */
141
+ export type OnlineAntiCheatClientInterfaceEOS_ReportPlayer_Params = {
142
+ ProductUserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
143
+ };
144
+
145
+ /**
146
+ * Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.BeginSession
147
+ */
148
+ export type OnlineAntiCheatInterfaceEOS_BeginSession_Params = {
149
+ RegisterTimeoutSeconds: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
150
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
151
+ };
152
+
153
+ /**
154
+ * Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.EndSession
155
+ */
156
+ export type OnlineAntiCheatInterfaceEOS_EndSession_Params = {
157
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
158
+ };
159
+
160
+ /**
161
+ * Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.EventMessageGenerated
162
+ */
163
+ export type OnlineAntiCheatInterfaceEOS_EventMessageGenerated_Params = {
164
+ EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
165
+ PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm]
166
+ };
167
+
168
+ /**
169
+ * Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.Init
170
+ */
171
+ export type OnlineAntiCheatInterfaceEOS_Init_Params = {};
172
+
173
+ /**
174
+ * Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.ReceiveMessage
175
+ */
176
+ export type OnlineAntiCheatInterfaceEOS_ReceiveMessage_Params = {
177
+ EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
178
+ PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
179
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
180
+ };
181
+
182
+ /**
183
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.BeginSession
184
+ */
185
+ export type OnlineAntiCheatServerInterfaceEOS_BeginSession_Params = {
186
+ RegisterTimeoutSeconds: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
187
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
188
+ };
189
+
190
+ /**
191
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.EndSession
192
+ */
193
+ export type OnlineAntiCheatServerInterfaceEOS_EndSession_Params = {
194
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
195
+ };
196
+
197
+ /**
198
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.EventClientActionRequired
199
+ */
200
+ export type OnlineAntiCheatServerInterfaceEOS_EventClientActionRequired_Params = {
201
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
202
+ ActionCode: EClientActionCode; // 0x0048 (0x0001) [EClientActionCode] [CPF_Parm]
203
+ ActionReason: EClientActionReason; // 0x0049 (0x0001) [EClientActionReason] [CPF_Parm]
204
+ Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
205
+ };
206
+
207
+ /**
208
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.EventClientAuthStatusChanged
209
+ */
210
+ export type OnlineAntiCheatServerInterfaceEOS_EventClientAuthStatusChanged_Params = {
211
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
212
+ AuthStatus: EClientAuthStatus; // 0x0048 (0x0001) [EClientAuthStatus] [CPF_Parm]
213
+ };
214
+
215
+ /**
216
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.Init
217
+ */
218
+ export type OnlineAntiCheatServerInterfaceEOS_Init_Params = {};
219
+
220
+ /**
221
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.ReceiveMessage
222
+ */
223
+ export type OnlineAntiCheatServerInterfaceEOS_ReceiveMessage_Params = {
224
+ EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
225
+ PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
226
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
227
+ };
228
+
229
+ /**
230
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.RegisterClient
231
+ */
232
+ export type OnlineAntiCheatServerInterfaceEOS_RegisterClient_Params = {
233
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
234
+ ProductUserId: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
235
+ bProtected: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm]
236
+ ReturnValue: boolean; // 0x005c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
237
+ };
238
+
239
+ /**
240
+ * Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.UnregisterClient
241
+ */
242
+ export type OnlineAntiCheatServerInterfaceEOS_UnregisterClient_Params = {
243
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
244
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
245
+ };
246
+
78
247
  /**
79
248
  * Function OnlineSubsystemEOS.OnlineAuthInterfaceEOS.RequestAuthTicket
80
249
  */