Skip to content

Commit

Permalink
updating build
Browse files Browse the repository at this point in the history
-   re: #4
  • Loading branch information
SignpostMarv committed Oct 29, 2024
1 parent a567e28 commit b79f83e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 21 deletions.
2 changes: 1 addition & 1 deletion data-progress--version_1_0_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2739,14 +2739,14 @@
- [x] Research_Caterium_2_C
- [x] Research_Mycelia_GasMask_C
- [x] Research_Mycelia_8_C
- [x] Research_Mycelia_7_C
- [x] Research_Nutrients_2_C
- [x] Research_Mycelia_6_C
- [x] Research_Mycelia_5_C
- [x] Research_Mycelia_4_C
- [x] Research_Mycelia_3_C
- [x] Research_Mycelia_2_1_C
- [x] Research_Mycelia_2_C
- [x] Research_Mycelia_7_C
- [x] Research_Nutrients_4_C
- [x] Research_Nutrients_3_C
- [x] Research_Nutrients_1_C
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import {UnrealEngineString, StringStartsWith} from '../../utils/validators';
import {FGBuildable__base__type} from './FGBuildable';

import {
integer_string__type,
integer_string__signed__type,
decimal_string__type,
boolean__type,
integer_string__signed__type,
integer_string__type,
} from '../../../common/common/scalar';

import {
Expand All @@ -32,15 +32,6 @@ export type FGBuildableRailroadTrack__type = FGBuildable__base__type & {
mOverlappingTracks: '';
mVehicles: empty_object__type;
mSignalBlockID: integer_string__type;
mBlockVisualizationMeshLength: decimal_string__type;
mBlockVisualizationNumPrimitiveDataFloats: integer_string__type;
mBlockVisualizationNumPerInstancePrimitiveDataCountOffset: integer_string__type;
mBlockVisualizationSplineDataSettings: {
StartTangentPrimitiveDataStartIndex: integer_string__type;
EndPositionPrimitiveDataStartIndex: integer_string__type;
EndTangentPrimitiveDataStartIndex: integer_string__type;
InstanceScaleIndex: integer_string__signed__type;
};
mBlockVisualizationColorDataStartIndex: integer_string__type;
};

Expand Down
13 changes: 10 additions & 3 deletions generated-types/1.0/classes/CoreUObject/FGGasMask.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {UnrealEngineString, StringStartsWith} from '../../utils/validators';

import {
Montage_1P__type,
Montage_3P__type,
CameraAnim__type,
} from '../../common/unassigned';

import {UnrealEngineString, StringStartsWith} from '../../utils/validators';

import {FGEquipment__base__type} from './FGEquipment';

import {
Expand Down Expand Up @@ -44,7 +44,14 @@ export type FGGasMask__type = FGEquipment__base__type & {
];
};
mStingerMontage?: empty_object__type;
mUnEquipMontage?: empty_object__type;
mUnEquipMontage?: FGGasMask__mUnEquipMontage__type;
};

export type FGGasMask__mUnEquipMontage__type = {
AudioEvent: UnrealEngineString<
'/Script/AkAudio.AkAudioEvent',
StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Equipment_Gear/GasMask/'>
>;
};

export type FGGasMask__NativeClass = NativeClass__type & {
Expand Down
5 changes: 4 additions & 1 deletion generated-types/1.0/classes/CoreUObject/FGJumpingStilts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ export type FGJumpingStilts__type = FGEquipment__base__type & {

export type FGJumpingStilts__AudioEvent__type = UnrealEngineString<
'/Script/AkAudio.AkAudioEvent',
StringStartsWith<'/Game/WwiseAudio/Events/Equipment/BladeRunners/'>
StringStartsWith<
| '/Game/WwiseAudio/Events/Equipment/BladeRunners/'
| '/Game/WwiseAudio/Events/Equipment/Equipment_Gear/BladeRunners/'
>
>;

export type FGJumpingStilts__Montage__type = {
Expand Down
24 changes: 21 additions & 3 deletions generated-types/1.0/classes/CoreUObject/FGParachute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,34 @@ export type FGParachute__type = FGEquipment__base__type & {
};
mUseDistanceOverride: decimal_string__type;
mIsDeployed: boolean__type;
mEquipMontage?: empty_object__type;
mEquipMontage?: FGParachute__mEquipMontage__type;
mStingerMontage?: empty_object__type;
mUnEquipMontage?: empty_object__type;
mUnEquipMontage?: FGParachute__mUnEquipMontage__type;
};

export type FGParachute__AudioEvent__type = UnrealEngineString<
'/Script/AkAudio.AkAudioEvent',
StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Parachute/'>
StringStartsWith<
| '/Game/WwiseAudio/Events/Equipment/Parachute/'
| '/Game/WwiseAudio/Events/Equipment/Equipment_Gear/Parachute/'
>
>;

export type FGParachute__mEquipMontage__type = {
Montages: [
{
AudioEvent: UnrealEngineString<
'/Script/AkAudio.AkAudioEvent',
StringStartsWith<'/Game/WwiseAudio/Events/Equipment/Equipment_Gear/Parachute/'>
>;
},
];
};

export type FGParachute__mUnEquipMontage__type = {
AudioEvent: FGParachute__AudioEvent__type;
};

export type FGParachute__NativeClass = NativeClass__type & {
Classes: [FGParachute__type];
};
10 changes: 8 additions & 2 deletions types-progress--version_1_0_0_0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Types Progress

100.00% Complete (256 of 256)
100.00% Complete (259 of 259)

## Basic Types

Expand All @@ -19,7 +19,6 @@
- [x] FGBuildingDescriptor
- [x] FGCentralStorageContainer
- [x] FGChargedWeapon
- [x] FGGasMask
- [x] FGGolfCartDispenser
- [x] FGJetPack
- [x] FGObjectScanner
Expand Down Expand Up @@ -288,6 +287,11 @@
- [x] FGEquipmentStunSpear--base
- [x] FGEquipmentStunSpear--xeno-zapper

## FGGasMask

- [x] FGGasMask
- [x] FGGasMask--mUnEquipMontage

## FGHoverPack

- [x] FGHoverPack
Expand All @@ -312,6 +316,8 @@

- [x] FGParachute
- [x] FGParachute--AudioEvent
- [x] FGParachute--mEquipMontage
- [x] FGParachute--mUnEquipMontage

## FGSchematic

Expand Down

0 comments on commit b79f83e

Please sign in to comment.