@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/README.md +1 -1
- package/classes/AkAudio.ts +1 -12
- package/classes/Core.ts +65 -34
- package/classes/Engine.ts +4 -2
- package/classes/GFxUI.ts +3 -31
- package/classes/IpDrv.ts +1 -11
- package/classes/OnlineSubsystemEOS.ts +114 -74
- package/classes/OnlineSubsystemSteamworks.ts +1 -9
- package/classes/ProjectX.ts +241 -96
- package/classes/TAGame.ts +3516 -2322
- package/classes/WinDrv.ts +1 -8
- package/constants/TAGame.ts +3 -1
- package/enums/Core.ts +56 -0
- package/enums/Engine.ts +4 -2
- package/enums/TAGame.ts +66 -7
- package/offsets/Core.ts +53 -34
- package/offsets/OnlineSubsystemEOS.ts +86 -48
- package/offsets/ProjectX.ts +227 -101
- package/offsets/TAGame.ts +3318 -2296
- package/offsets/globals.ts +2 -2
- package/package.json +5 -4
- package/parameters/AkAudio.ts +2 -18
- package/parameters/Core.ts +84 -27
- package/parameters/Engine.ts +24 -30
- package/parameters/GFxUI.ts +1 -9
- package/parameters/IpDrv.ts +2 -19
- package/parameters/OnlineSubsystemEOS.ts +168 -21
- package/parameters/ProjectX.ts +505 -263
- package/parameters/TAGame.ts +4742 -1449
- package/structs/Core.ts +1 -7
- package/structs/OnlineSubsystemSteamworks.ts +2 -13
- package/structs/ProjectX.ts +26 -34
- package/structs/TAGame.ts +300 -54
package/offsets/globals.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlsdk/steam",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "TypeScript SDK for RocketLeague (Steam) - Auto-generated type definitions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -107,12 +107,13 @@
|
|
|
107
107
|
"license": "MIT",
|
|
108
108
|
"repository": {
|
|
109
109
|
"type": "git",
|
|
110
|
-
"url": "git+https://github.com/ObscuritySRL/rlsdk
|
|
110
|
+
"url": "git+https://github.com/ObscuritySRL/rlsdk.git",
|
|
111
|
+
"directory": "packages/steam"
|
|
111
112
|
},
|
|
112
113
|
"bugs": {
|
|
113
|
-
"url": "https://github.com/ObscuritySRL/rlsdk
|
|
114
|
+
"url": "https://github.com/ObscuritySRL/rlsdk/issues"
|
|
114
115
|
},
|
|
115
|
-
"homepage": "https://github.com/ObscuritySRL/rlsdk
|
|
116
|
+
"homepage": "https://github.com/ObscuritySRL/rlsdk/tree/main/packages/steam#readme",
|
|
116
117
|
"engines": {
|
|
117
118
|
"bun": ">=1.0.0"
|
|
118
119
|
},
|
package/parameters/AkAudio.ts
CHANGED
|
@@ -4,26 +4,10 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
-
import type {
|
|
8
|
-
UAkEnvironments,
|
|
9
|
-
UAkMusicAnalysis,
|
|
10
|
-
UAkRevPhysicsSimulation,
|
|
11
|
-
UAkSoundBanksInfo,
|
|
12
|
-
UAkSoundCue,
|
|
13
|
-
UAkSoundSource,
|
|
14
|
-
USeqEvent_AkMusicCue,
|
|
15
|
-
} from '../classes/AkAudio';
|
|
7
|
+
import type { UAkEnvironments, UAkMusicAnalysis, UAkRevPhysicsSimulation, UAkSoundBanksInfo, UAkSoundCue, UAkSoundSource, USeqEvent_AkMusicCue } from '../classes/AkAudio';
|
|
16
8
|
import type { UDebugDrawer, UObject } from '../classes/Core';
|
|
17
9
|
import type { UActor, ULocalPlayer, USeqAct_Toggle, UWorldInfo } from '../classes/Engine';
|
|
18
|
-
import type {
|
|
19
|
-
EAkDynamicRangeType,
|
|
20
|
-
EAkEnvironmentType,
|
|
21
|
-
EAkListenerSpacialization,
|
|
22
|
-
EAkOutputType,
|
|
23
|
-
EAttenuationType,
|
|
24
|
-
EBusEmitterType,
|
|
25
|
-
EPinnedAxisType,
|
|
26
|
-
} from '../enums/AkAudio';
|
|
10
|
+
import type { EAkDynamicRangeType, EAkEnvironmentType, EAkListenerSpacialization, EAkOutputType, EAttenuationType, EBusEmitterType, EPinnedAxisType } from '../enums/AkAudio';
|
|
27
11
|
import type { FAkEnvironment, FAkRevSimFrame, FAkRevSimUpdateParams, FMusicAnalysisInfo } from '../structs/AkAudio';
|
|
28
12
|
import type { FLinearColor, FRotator, FVector } from '../structs/Core';
|
|
29
13
|
|
package/parameters/Core.ts
CHANGED
|
@@ -4,34 +4,9 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
-
import type {
|
|
8
|
-
UAsyncTask,
|
|
9
|
-
UDebugDrawer,
|
|
10
|
-
UError,
|
|
11
|
-
UErrorType,
|
|
12
|
-
UInterface,
|
|
13
|
-
UObject,
|
|
14
|
-
UObjectProvider,
|
|
15
|
-
UStringMap,
|
|
16
|
-
USubscription,
|
|
17
|
-
U__AsyncTask__All_0x1,
|
|
18
|
-
} from '../classes/Core';
|
|
7
|
+
import type { UAsyncTask, UDebugDrawer, UError, UErrorType, UInterface, UObject, UObjectProvider, UStringMap, USubscription, U__AsyncTask__All_0x1 } from '../classes/Core';
|
|
19
8
|
import type { EAxis, EDebugBreakType } from '../enums/Core';
|
|
20
|
-
import type {
|
|
21
|
-
FColor,
|
|
22
|
-
FGuid,
|
|
23
|
-
FInterpCurveFloat,
|
|
24
|
-
FInterpCurveVector,
|
|
25
|
-
FInterpCurveVector2D,
|
|
26
|
-
FLinearColor,
|
|
27
|
-
FMatrix,
|
|
28
|
-
FQuat,
|
|
29
|
-
FRotator,
|
|
30
|
-
FRotatorDegrees,
|
|
31
|
-
FRotatorRadians,
|
|
32
|
-
FVector,
|
|
33
|
-
FVector2D,
|
|
34
|
-
} from '../structs/Core';
|
|
9
|
+
import type { FColor, FGuid, FInterpCurveFloat, FInterpCurveVector, FInterpCurveVector2D, FLinearColor, FMatrix, FQuat, FRotator, FRotatorDegrees, FRotatorRadians, FVector, FVector2D } from '../structs/Core';
|
|
35
10
|
|
|
36
11
|
/**
|
|
37
12
|
* Function Core.__AsyncTask__All_0x1.__AsyncTask__All_0x1
|
|
@@ -680,6 +655,11 @@ export type Object_Add_RotatorRotator_Params = {
|
|
|
680
655
|
ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
681
656
|
};
|
|
682
657
|
|
|
658
|
+
/**
|
|
659
|
+
* Function Core.Object.Add_SQWordSQWord
|
|
660
|
+
*/
|
|
661
|
+
export type Object_Add_SQWordSQWord_Params = {};
|
|
662
|
+
|
|
683
663
|
/**
|
|
684
664
|
* Function Core.Object.Add_Vector2DVector2D
|
|
685
665
|
*/
|
|
@@ -775,6 +755,11 @@ export type Object_AddEqual_RotatorRotator_Params = {
|
|
|
775
755
|
ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
776
756
|
};
|
|
777
757
|
|
|
758
|
+
/**
|
|
759
|
+
* Function Core.Object.AddEqual_SQWordSQWord
|
|
760
|
+
*/
|
|
761
|
+
export type Object_AddEqual_SQWordSQWord_Params = {};
|
|
762
|
+
|
|
778
763
|
/**
|
|
779
764
|
* Function Core.Object.AddEqual_Vector2DVector2D
|
|
780
765
|
*/
|
|
@@ -1151,6 +1136,11 @@ export type Object_Divide_RotatorFloat_Params = {
|
|
|
1151
1136
|
ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1152
1137
|
};
|
|
1153
1138
|
|
|
1139
|
+
/**
|
|
1140
|
+
* Function Core.Object.Divide_SQWordSQWord
|
|
1141
|
+
*/
|
|
1142
|
+
export type Object_Divide_SQWordSQWord_Params = {};
|
|
1143
|
+
|
|
1154
1144
|
/**
|
|
1155
1145
|
* Function Core.Object.Divide_Vector2DFloat
|
|
1156
1146
|
*/
|
|
@@ -1370,6 +1360,13 @@ export type Object_EqualEqual_RotatorRotator_Params = {
|
|
|
1370
1360
|
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1371
1361
|
};
|
|
1372
1362
|
|
|
1363
|
+
/**
|
|
1364
|
+
* Function Core.Object.EqualEqual_SQWordSQWord
|
|
1365
|
+
*/
|
|
1366
|
+
export type Object_EqualEqual_SQWordSQWord_Params = {
|
|
1367
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1368
|
+
};
|
|
1369
|
+
|
|
1373
1370
|
/**
|
|
1374
1371
|
* Function Core.Object.EqualEqual_StrStr
|
|
1375
1372
|
*/
|
|
@@ -2060,6 +2057,13 @@ export type Object_Greater_QWordQWord_Params = {
|
|
|
2060
2057
|
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2061
2058
|
};
|
|
2062
2059
|
|
|
2060
|
+
/**
|
|
2061
|
+
* Function Core.Object.Greater_SQWordSQWord
|
|
2062
|
+
*/
|
|
2063
|
+
export type Object_Greater_SQWordSQWord_Params = {
|
|
2064
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2065
|
+
};
|
|
2066
|
+
|
|
2063
2067
|
/**
|
|
2064
2068
|
* Function Core.Object.Greater_StrStr
|
|
2065
2069
|
*/
|
|
@@ -2096,6 +2100,13 @@ export type Object_GreaterEqual_QWordQWord_Params = {
|
|
|
2096
2100
|
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2097
2101
|
};
|
|
2098
2102
|
|
|
2103
|
+
/**
|
|
2104
|
+
* Function Core.Object.GreaterEqual_SQWordSQWord
|
|
2105
|
+
*/
|
|
2106
|
+
export type Object_GreaterEqual_SQWordSQWord_Params = {
|
|
2107
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2108
|
+
};
|
|
2109
|
+
|
|
2099
2110
|
/**
|
|
2100
2111
|
* Function Core.Object.GreaterEqual_StrStr
|
|
2101
2112
|
*/
|
|
@@ -2414,6 +2425,13 @@ export type Object_Less_QWordQWord_Params = {
|
|
|
2414
2425
|
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2415
2426
|
};
|
|
2416
2427
|
|
|
2428
|
+
/**
|
|
2429
|
+
* Function Core.Object.Less_SQWordSQWord
|
|
2430
|
+
*/
|
|
2431
|
+
export type Object_Less_SQWordSQWord_Params = {
|
|
2432
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2433
|
+
};
|
|
2434
|
+
|
|
2417
2435
|
/**
|
|
2418
2436
|
* Function Core.Object.Less_StrStr
|
|
2419
2437
|
*/
|
|
@@ -2450,6 +2468,13 @@ export type Object_LessEqual_QWordQWord_Params = {
|
|
|
2450
2468
|
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2451
2469
|
};
|
|
2452
2470
|
|
|
2471
|
+
/**
|
|
2472
|
+
* Function Core.Object.LessEqual_SQWordSQWord
|
|
2473
|
+
*/
|
|
2474
|
+
export type Object_LessEqual_SQWordSQWord_Params = {
|
|
2475
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2476
|
+
};
|
|
2477
|
+
|
|
2453
2478
|
/**
|
|
2454
2479
|
* Function Core.Object.LessEqual_StrStr
|
|
2455
2480
|
*/
|
|
@@ -2817,6 +2842,11 @@ export type Object_Multiply_RotatorFloat_Params = {
|
|
|
2817
2842
|
ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2818
2843
|
};
|
|
2819
2844
|
|
|
2845
|
+
/**
|
|
2846
|
+
* Function Core.Object.Multiply_SQWordSQWord
|
|
2847
|
+
*/
|
|
2848
|
+
export type Object_Multiply_SQWordSQWord_Params = {};
|
|
2849
|
+
|
|
2820
2850
|
/**
|
|
2821
2851
|
* Function Core.Object.Multiply_Vector2DFloat
|
|
2822
2852
|
*/
|
|
@@ -3055,6 +3085,13 @@ export type Object_NotEqual_RotatorRotator_Params = {
|
|
|
3055
3085
|
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3056
3086
|
};
|
|
3057
3087
|
|
|
3088
|
+
/**
|
|
3089
|
+
* Function Core.Object.NotEqual_SQWordSQWord
|
|
3090
|
+
*/
|
|
3091
|
+
export type Object_NotEqual_SQWordSQWord_Params = {
|
|
3092
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3093
|
+
};
|
|
3094
|
+
|
|
3058
3095
|
/**
|
|
3059
3096
|
* Function Core.Object.NotEqual_StrStr
|
|
3060
3097
|
*/
|
|
@@ -3810,6 +3847,16 @@ export type Object_Square_Params = {
|
|
|
3810
3847
|
ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3811
3848
|
};
|
|
3812
3849
|
|
|
3850
|
+
/**
|
|
3851
|
+
* Function Core.Object.SQWordMax
|
|
3852
|
+
*/
|
|
3853
|
+
export type Object_SQWordMax_Params = {};
|
|
3854
|
+
|
|
3855
|
+
/**
|
|
3856
|
+
* Function Core.Object.SQWordMin
|
|
3857
|
+
*/
|
|
3858
|
+
export type Object_SQWordMin_Params = {};
|
|
3859
|
+
|
|
3813
3860
|
/**
|
|
3814
3861
|
* Function Core.Object.StartsWith
|
|
3815
3862
|
*/
|
|
@@ -3911,6 +3958,11 @@ export type Object_Subtract_RotatorRotator_Params = {
|
|
|
3911
3958
|
ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3912
3959
|
};
|
|
3913
3960
|
|
|
3961
|
+
/**
|
|
3962
|
+
* Function Core.Object.Subtract_SQWordSQWord
|
|
3963
|
+
*/
|
|
3964
|
+
export type Object_Subtract_SQWordSQWord_Params = {};
|
|
3965
|
+
|
|
3914
3966
|
/**
|
|
3915
3967
|
* Function Core.Object.Subtract_Vector2DVector2D
|
|
3916
3968
|
*/
|
|
@@ -3974,6 +4026,11 @@ export type Object_SubtractEqual_RotatorRotator_Params = {
|
|
|
3974
4026
|
ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3975
4027
|
};
|
|
3976
4028
|
|
|
4029
|
+
/**
|
|
4030
|
+
* Function Core.Object.SubtractEqual_SQWordSQWord
|
|
4031
|
+
*/
|
|
4032
|
+
export type Object_SubtractEqual_SQWordSQWord_Params = {};
|
|
4033
|
+
|
|
3977
4034
|
/**
|
|
3978
4035
|
* Function Core.Object.SubtractEqual_StrStr
|
|
3979
4036
|
*/
|
package/parameters/Engine.ts
CHANGED
|
@@ -4,17 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
-
import type {
|
|
8
|
-
UAsyncTask,
|
|
9
|
-
UComponent,
|
|
10
|
-
UDebugDrawer,
|
|
11
|
-
UError,
|
|
12
|
-
UErrorType,
|
|
13
|
-
UFeatureSystem,
|
|
14
|
-
UInterface,
|
|
15
|
-
UObject,
|
|
16
|
-
UProperty,
|
|
17
|
-
} from '../classes/Core';
|
|
7
|
+
import type { UAsyncTask, UComponent, UDebugDrawer, UError, UErrorType, UFeatureSystem, UInterface, UObject, UProperty } from '../classes/Core';
|
|
18
8
|
import type {
|
|
19
9
|
UAIController,
|
|
20
10
|
UActor,
|
|
@@ -323,6 +313,7 @@ import type {
|
|
|
323
313
|
EGameClipsConnectionStatus,
|
|
324
314
|
EGameClipsMaskStatus,
|
|
325
315
|
EGameClipsRecording,
|
|
316
|
+
EHighContrastRenderingID,
|
|
326
317
|
EHostMigrationProgress,
|
|
327
318
|
EInputPlatformType,
|
|
328
319
|
ELobbyDistance,
|
|
@@ -377,25 +368,7 @@ import type {
|
|
|
377
368
|
ParticleSystemLODMethod,
|
|
378
369
|
SaveDataVersionSupport,
|
|
379
370
|
} from '../enums/Engine';
|
|
380
|
-
import type {
|
|
381
|
-
FBoneAtom,
|
|
382
|
-
FBox,
|
|
383
|
-
FColor,
|
|
384
|
-
FCylinder,
|
|
385
|
-
FGuid,
|
|
386
|
-
FInterpCurveFloat,
|
|
387
|
-
FInterpCurveLinearColor,
|
|
388
|
-
FInterpCurveVector,
|
|
389
|
-
FIpAddr,
|
|
390
|
-
FLinearColor,
|
|
391
|
-
FMatrix,
|
|
392
|
-
FQuat,
|
|
393
|
-
FRotator,
|
|
394
|
-
FTPOV,
|
|
395
|
-
FUniqueNetId,
|
|
396
|
-
FVector,
|
|
397
|
-
FVector2D,
|
|
398
|
-
} from '../structs/Core';
|
|
371
|
+
import type { FBoneAtom, FBox, FColor, FCylinder, FGuid, FInterpCurveFloat, FInterpCurveLinearColor, FInterpCurveVector, FIpAddr, FLinearColor, FMatrix, FQuat, FRotator, FTPOV, FUniqueNetId, FVector, FVector2D } from '../structs/Core';
|
|
399
372
|
import type {
|
|
400
373
|
FAchievementDetails,
|
|
401
374
|
FActiveDecalInfo,
|
|
@@ -23591,6 +23564,13 @@ export type OnlineSubsystem_GetOnlinePlatformFromName_Params = {
|
|
|
23591
23564
|
Index: number; // 0x0014 (0x0004) [int32]
|
|
23592
23565
|
};
|
|
23593
23566
|
|
|
23567
|
+
/**
|
|
23568
|
+
* Function Engine.OnlineSubsystem.GetOSVersionString
|
|
23569
|
+
*/
|
|
23570
|
+
export type OnlineSubsystem_GetOSVersionString_Params = {
|
|
23571
|
+
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
23572
|
+
};
|
|
23573
|
+
|
|
23594
23574
|
/**
|
|
23595
23575
|
* Function Engine.OnlineSubsystem.GetPlatformName
|
|
23596
23576
|
*/
|
|
@@ -30818,6 +30798,13 @@ export type PrimitiveComponent_SetHidden_Params = {
|
|
|
30818
30798
|
NewHidden: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
30819
30799
|
};
|
|
30820
30800
|
|
|
30801
|
+
/**
|
|
30802
|
+
* Function Engine.PrimitiveComponent.SetHighContrastRenderingID
|
|
30803
|
+
*/
|
|
30804
|
+
export type PrimitiveComponent_SetHighContrastRenderingID_Params = {
|
|
30805
|
+
InRenderingID: EHighContrastRenderingID; // 0x0000 (0x0001) [EHighContrastRenderingID] [CPF_Parm]
|
|
30806
|
+
};
|
|
30807
|
+
|
|
30821
30808
|
/**
|
|
30822
30809
|
* Function Engine.PrimitiveComponent.SetIgnoreOwnerHidden
|
|
30823
30810
|
*/
|
|
@@ -37763,6 +37750,13 @@ export type WorldInfo_IsRecordingDemo_Params = {
|
|
|
37763
37750
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
37764
37751
|
};
|
|
37765
37752
|
|
|
37753
|
+
/**
|
|
37754
|
+
* Function Engine.WorldInfo.IsSteamDeck
|
|
37755
|
+
*/
|
|
37756
|
+
export type WorldInfo_IsSteamDeck_Params = {
|
|
37757
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
37758
|
+
};
|
|
37759
|
+
|
|
37766
37760
|
/**
|
|
37767
37761
|
* Function Engine.WorldInfo.IsWithGFx
|
|
37768
37762
|
*/
|
package/parameters/GFxUI.ts
CHANGED
|
@@ -5,15 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
7
|
import type { UObject } from '../classes/Core';
|
|
8
|
-
import type {
|
|
9
|
-
UEngine,
|
|
10
|
-
UGameViewportClient,
|
|
11
|
-
ULocalPlayer,
|
|
12
|
-
UPlayerController,
|
|
13
|
-
UTexture,
|
|
14
|
-
UTranslationContext,
|
|
15
|
-
UUISoundTheme,
|
|
16
|
-
} from '../classes/Engine';
|
|
8
|
+
import type { UEngine, UGameViewportClient, ULocalPlayer, UPlayerController, UTexture, UTranslationContext, UUISoundTheme } from '../classes/Engine';
|
|
17
9
|
import type { UGFxEvent_FSCommand, UGFxMoviePlayer, UGFxObject, USwfMovie } from '../classes/GFxUI';
|
|
18
10
|
import type { EInputEvent } from '../enums/Core';
|
|
19
11
|
import type { GFxAlign, GFxCollectionMode, GFxScaleMode, GFxTimingMode } from '../enums/GFxUI';
|
package/parameters/IpDrv.ts
CHANGED
|
@@ -43,25 +43,8 @@ import type {
|
|
|
43
43
|
UWebResponse,
|
|
44
44
|
} from '../classes/IpDrv';
|
|
45
45
|
import type { EImageType } from '../enums/Core';
|
|
46
|
-
import type {
|
|
47
|
-
|
|
48
|
-
ELobbyDistance,
|
|
49
|
-
ELobbyKickReason,
|
|
50
|
-
ELobbyVisibility,
|
|
51
|
-
EOnlineEnumerationReadState,
|
|
52
|
-
EOnlineFileType,
|
|
53
|
-
EOnlineNewsType,
|
|
54
|
-
EPinGrantResult,
|
|
55
|
-
} from '../enums/Engine';
|
|
56
|
-
import type {
|
|
57
|
-
EMcpFileCompressionType,
|
|
58
|
-
EMcpGroupAcceptState,
|
|
59
|
-
EMcpMessageCompressionType,
|
|
60
|
-
EMeshBeaconBandwidthTestResult,
|
|
61
|
-
EMeshBeaconBandwidthTestType,
|
|
62
|
-
EMeshBeaconConnectionResult,
|
|
63
|
-
EPartyReservationResult,
|
|
64
|
-
} from '../enums/IpDrv';
|
|
46
|
+
import type { AvatarSize, ELobbyDistance, ELobbyKickReason, ELobbyVisibility, EOnlineEnumerationReadState, EOnlineFileType, EOnlineNewsType, EPinGrantResult } from '../enums/Engine';
|
|
47
|
+
import type { EMcpFileCompressionType, EMcpGroupAcceptState, EMcpMessageCompressionType, EMeshBeaconBandwidthTestResult, EMeshBeaconBandwidthTestType, EMeshBeaconConnectionResult, EPartyReservationResult } from '../enums/IpDrv';
|
|
65
48
|
import type { FIpAddr, FUniqueNetId } from '../structs/Core';
|
|
66
49
|
import type {
|
|
67
50
|
FActiveLobbyInfo,
|
|
@@ -5,22 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
7
|
import type { UError, UErrorType } from '../classes/Core';
|
|
8
|
-
import type {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
UOnlineGameSettings,
|
|
12
|
-
UOnlinePlayerStorage,
|
|
13
|
-
UOnlineProfileSettings,
|
|
14
|
-
UOnlineStatsRead,
|
|
15
|
-
UOnlineStatsWrite,
|
|
16
|
-
UOnlineSubsystem,
|
|
17
|
-
USpeechRecognition,
|
|
18
|
-
} from '../classes/Engine';
|
|
19
|
-
import type {
|
|
20
|
-
U__OnlinePlayerInterfaceEOS__LinkedAccount_0x1,
|
|
21
|
-
U__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1,
|
|
22
|
-
} from '../classes/OnlineSubsystemEOS';
|
|
23
|
-
import type { EInputAPI, EVoiceResultCode, OnlinePlatform } from '../enums/Core';
|
|
8
|
+
import type { UDateTime, UOnlineGameSearch, UOnlineGameSettings, UOnlinePlayerStorage, UOnlineProfileSettings, UOnlineStatsRead, UOnlineStatsWrite, UOnlineSubsystem, USpeechRecognition } from '../classes/Engine';
|
|
9
|
+
import type { U__OnlinePlayerInterfaceEOS__LinkedAccount_0x1, U__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1 } from '../classes/OnlineSubsystemEOS';
|
|
10
|
+
import type { EClientActionCode, EClientActionReason, EClientAuthStatus, EClientIntegrityViolation, EInputAPI, EVoiceResultCode, OnlinePlatform } from '../enums/Core';
|
|
24
11
|
import type {
|
|
25
12
|
ECommunicationMethod,
|
|
26
13
|
EFeaturePrivilege,
|
|
@@ -69,11 +56,171 @@ export type __OnlinePlayerInterfaceEOS__LinkedAccount_0x1___OnlinePlayerInterfac
|
|
|
69
56
|
/**
|
|
70
57
|
* Function OnlineSubsystemEOS.__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1.__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1
|
|
71
58
|
*/
|
|
72
|
-
export type __OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1___OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1_Params =
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
59
|
+
export type __OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1___OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1_Params = {
|
|
60
|
+
bSuccess: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
61
|
+
Code: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.BeginSession
|
|
66
|
+
*/
|
|
67
|
+
export type OnlineAntiCheatClientInterfaceEOS_BeginSession_Params = {
|
|
68
|
+
RegisterTimeoutSeconds: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
|
|
69
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.EndSession
|
|
74
|
+
*/
|
|
75
|
+
export type OnlineAntiCheatClientInterfaceEOS_EndSession_Params = {
|
|
76
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.EventClientIntegrityViolation
|
|
81
|
+
*/
|
|
82
|
+
export type OnlineAntiCheatClientInterfaceEOS_EventClientIntegrityViolation_Params = {
|
|
83
|
+
Violation: EClientIntegrityViolation; // 0x0000 (0x0001) [EClientIntegrityViolation] [CPF_Parm]
|
|
84
|
+
Message: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.EventPlayerReportComplete
|
|
89
|
+
*/
|
|
90
|
+
export type OnlineAntiCheatClientInterfaceEOS_EventPlayerReportComplete_Params = {
|
|
91
|
+
ProductUserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
92
|
+
bSuccess: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.Init
|
|
97
|
+
*/
|
|
98
|
+
export type OnlineAntiCheatClientInterfaceEOS_Init_Params = {};
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.IsAntiCheatEnabled
|
|
102
|
+
*/
|
|
103
|
+
export type OnlineAntiCheatClientInterfaceEOS_IsAntiCheatEnabled_Params = {
|
|
104
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.ReceiveMessage
|
|
109
|
+
*/
|
|
110
|
+
export type OnlineAntiCheatClientInterfaceEOS_ReceiveMessage_Params = {
|
|
111
|
+
EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
112
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
113
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatClientInterfaceEOS.ReportPlayer
|
|
118
|
+
*/
|
|
119
|
+
export type OnlineAntiCheatClientInterfaceEOS_ReportPlayer_Params = {
|
|
120
|
+
ProductUserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.BeginSession
|
|
125
|
+
*/
|
|
126
|
+
export type OnlineAntiCheatInterfaceEOS_BeginSession_Params = {
|
|
127
|
+
RegisterTimeoutSeconds: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
|
|
128
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.EndSession
|
|
133
|
+
*/
|
|
134
|
+
export type OnlineAntiCheatInterfaceEOS_EndSession_Params = {
|
|
135
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.EventMessageGenerated
|
|
140
|
+
*/
|
|
141
|
+
export type OnlineAntiCheatInterfaceEOS_EventMessageGenerated_Params = {
|
|
142
|
+
EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
143
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.Init
|
|
148
|
+
*/
|
|
149
|
+
export type OnlineAntiCheatInterfaceEOS_Init_Params = {};
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatInterfaceEOS.ReceiveMessage
|
|
153
|
+
*/
|
|
154
|
+
export type OnlineAntiCheatInterfaceEOS_ReceiveMessage_Params = {
|
|
155
|
+
EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
156
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
157
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.BeginSession
|
|
162
|
+
*/
|
|
163
|
+
export type OnlineAntiCheatServerInterfaceEOS_BeginSession_Params = {
|
|
164
|
+
RegisterTimeoutSeconds: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
|
|
165
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.EndSession
|
|
170
|
+
*/
|
|
171
|
+
export type OnlineAntiCheatServerInterfaceEOS_EndSession_Params = {
|
|
172
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.EventClientActionRequired
|
|
177
|
+
*/
|
|
178
|
+
export type OnlineAntiCheatServerInterfaceEOS_EventClientActionRequired_Params = {
|
|
179
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
180
|
+
ActionCode: EClientActionCode; // 0x0048 (0x0001) [EClientActionCode] [CPF_Parm]
|
|
181
|
+
ActionReason: EClientActionReason; // 0x0049 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
182
|
+
Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.EventClientAuthStatusChanged
|
|
187
|
+
*/
|
|
188
|
+
export type OnlineAntiCheatServerInterfaceEOS_EventClientAuthStatusChanged_Params = {
|
|
189
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
190
|
+
AuthStatus: EClientAuthStatus; // 0x0048 (0x0001) [EClientAuthStatus] [CPF_Parm]
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.Init
|
|
195
|
+
*/
|
|
196
|
+
export type OnlineAntiCheatServerInterfaceEOS_Init_Params = {};
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.ReceiveMessage
|
|
200
|
+
*/
|
|
201
|
+
export type OnlineAntiCheatServerInterfaceEOS_ReceiveMessage_Params = {
|
|
202
|
+
EncodedMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
203
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
204
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.RegisterClient
|
|
209
|
+
*/
|
|
210
|
+
export type OnlineAntiCheatServerInterfaceEOS_RegisterClient_Params = {
|
|
211
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
212
|
+
ProductUserId: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
213
|
+
bProtected: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
214
|
+
ReturnValue: boolean; // 0x005c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Function OnlineSubsystemEOS.OnlineAntiCheatServerInterfaceEOS.UnregisterClient
|
|
219
|
+
*/
|
|
220
|
+
export type OnlineAntiCheatServerInterfaceEOS_UnregisterClient_Params = {
|
|
221
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
222
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
223
|
+
};
|
|
77
224
|
|
|
78
225
|
/**
|
|
79
226
|
* Function OnlineSubsystemEOS.OnlineAuthInterfaceEOS.RequestAuthTicket
|