-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1e01e1
commit 901232b
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
generated-types/common/classes/CoreUObject/FGBuildableConveyorBelt.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import {decimal_string__type, integer_string__type} from '../../common/scalar'; | ||
|
||
import {empty_object__type} from '../../common/unassigned'; | ||
|
||
import {common_base__FGBuildable__base__type} from './FGBuildable'; | ||
|
||
export type common_base__FGBuildableConveyorBelt__type = | ||
common_base__FGBuildableConveyorBelt__base__type & { | ||
mMeshLength: decimal_string__type; | ||
mSplineData: ''; | ||
mCustomSkins: [ | ||
'/Game/FactoryGame/Buildable/-Shared/Customization/Skins/SkinDesc_Test1.SkinDesc_Test1_C', | ||
...'/Game/FactoryGame/Buildable/-Shared/Customization/Skins/SkinDesc_Test1.SkinDesc_Test1_C'[], | ||
]; | ||
}; | ||
|
||
export type common_base__FGBuildableConveyorBelt__base__type = | ||
common_base__FGBuildable__base__type & { | ||
mItemMeshMap: empty_object__type; | ||
mSpeed: decimal_string__type; | ||
mConveyorChainFlags: integer_string__type; | ||
}; |
16 changes: 16 additions & 0 deletions
16
generated-types/common/classes/CoreUObject/FGBuildableConveyorLift.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {decimal_string__type, boolean__type} from '../../common/scalar'; | ||
|
||
import { | ||
transformation__type, | ||
common_base__mSnappedPassthroughs__type, | ||
} from '../../common/unassigned'; | ||
|
||
import {common_base__FGBuildableConveyorBelt__base__type} from './FGBuildableConveyorBelt'; | ||
|
||
export type common_base__FGBuildableConveyorLift__type = | ||
common_base__FGBuildableConveyorBelt__base__type & { | ||
mMeshHeight: decimal_string__type; | ||
mIsReversed: boolean__type; | ||
mTopTransform: transformation__type; | ||
mSnappedPassthroughs: common_base__mSnappedPassthroughs__type; | ||
}; |