s2cfgtojson 5.1.1 → 5.1.3
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/package.json +1 -1
- package/types.mts +5 -6
package/package.json
CHANGED
package/types.mts
CHANGED
|
@@ -8714,11 +8714,10 @@ export type QuestNodePrototypeAudioLocalizedAssetsToLoadItem = GetStructType<
|
|
|
8714
8714
|
string[]
|
|
8715
8715
|
>;
|
|
8716
8716
|
|
|
8717
|
-
export type QuestNodePrototypeConditions = GetStructType<
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
>;
|
|
8717
|
+
export type QuestNodePrototypeConditions = GetStructType<{
|
|
8718
|
+
ConditionCheckType: EConditionCheckType;
|
|
8719
|
+
}> &
|
|
8720
|
+
GetStructType<(EConditionCheckType | QuestNodePrototypeConditionsItem)[]>;
|
|
8722
8721
|
|
|
8723
8722
|
export type QuestNodePrototypeConditionsItem = GetStructType<
|
|
8724
8723
|
(
|
|
@@ -9797,7 +9796,7 @@ export type SpawnActorPrototype = GetStructType<{
|
|
|
9797
9796
|
SignalReceivers: SpawnActorPrototypeSignalReceivers;
|
|
9798
9797
|
SignalSenders: SpawnActorPrototypeSignalSenders;
|
|
9799
9798
|
SimplifiedOverlap: boolean;
|
|
9800
|
-
SpawnedGenericMembers:
|
|
9799
|
+
SpawnedGenericMembers: SpawnActorPrototypeSpawnedGenericMembers;
|
|
9801
9800
|
SpawnedPrototypeSID: string;
|
|
9802
9801
|
SpawnedSquadMembersCount: number;
|
|
9803
9802
|
SpawnInRadius: number;
|