-
-
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.
adding splitters & mergers to common types
- re: #5
- Loading branch information
1 parent
e349d31
commit 6c6e0a5
Showing
21 changed files
with
343 additions
and
176 deletions.
There are no files selected for viewing
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
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
18 changes: 10 additions & 8 deletions
18
generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.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
5 changes: 5 additions & 0 deletions
5
generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMergerSplitter.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,5 @@ | ||
import {integer_string__type} from '../../../common/common/scalar'; | ||
|
||
export type FGBuildableAttachmentMergerSplitter__with_inventory_size__type = { | ||
mInventorySize: integer_string__type; | ||
}; |
8 changes: 7 additions & 1 deletion
8
generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.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
23 changes: 7 additions & 16 deletions
23
generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.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
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
8 changes: 8 additions & 0 deletions
8
generated-types/common/classes/CoreUObject/FGBuildableAttachmentMerger.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,8 @@ | ||
import {integer_string__signed__type} from '../../common/scalar'; | ||
|
||
import {common_base__FGBuildable__base__type} from './FGBuildable'; | ||
|
||
export type common_base__FGBuildableAttachmentMerger__type = | ||
common_base__FGBuildable__base__type & { | ||
mCurrentInputIndex: integer_string__signed__type; | ||
}; |
4 changes: 4 additions & 0 deletions
4
generated-types/common/classes/CoreUObject/FGBuildableAttachmentSplitter.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,4 @@ | ||
import {common_base__FGBuildable__splitter__base__type} from './FGBuildable'; | ||
|
||
export type common_base__FGBuildableAttachmentSplitter__type = | ||
common_base__FGBuildable__splitter__base__type; |
18 changes: 18 additions & 0 deletions
18
generated-types/common/classes/CoreUObject/FGBuildableSplitterSmart.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,18 @@ | ||
import {empty_object__type} from '../../common/unassigned'; | ||
|
||
import {integer_string__type} from '../../common/scalar'; | ||
|
||
import {common_base__FGBuildable__splitter__base__type} from './FGBuildable'; | ||
|
||
export type common_base__FGBuildableSplitterSmart__type = | ||
common_base__FGBuildable__splitter__base__type & { | ||
OnSortRulesChangedDelegate: empty_object__type; | ||
mMaxNumSortRules: integer_string__type; | ||
mLastItem: { | ||
ItemState: empty_object__type; | ||
}; | ||
mItemToLastOutputMap: empty_object__type; | ||
mLastOutputIndex: integer_string__type; | ||
mCurrentInventoryIndex: integer_string__type; | ||
mDistributionTable: ''; | ||
}; |
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
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
11 changes: 7 additions & 4 deletions
11
generated-types/update8/classes/CoreUObject/FGBuildableAttachmentMerger.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
8 changes: 7 additions & 1 deletion
8
generated-types/update8/classes/CoreUObject/FGBuildableAttachmentSplitter.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
23 changes: 7 additions & 16 deletions
23
generated-types/update8/classes/CoreUObject/FGBuildableSplitterSmart.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
Oops, something went wrong.