-
-
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.
Showing
11 changed files
with
208 additions
and
101 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
34 changes: 19 additions & 15 deletions
34
generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.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
21 changes: 21 additions & 0 deletions
21
generated-types/common/classes/CoreUObject/FGVehicleDescriptor.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,21 @@ | ||
import {decimal_string__type, integer_string__type} from '../../common/scalar'; | ||
|
||
import {common_base__FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type} from './FGItemDescriptor'; | ||
|
||
export type common_base__FGVehicleDescriptor__fueled_with_inventory__type = | ||
common_base__FGVehicleDescriptor__with_inventory__type & { | ||
mFuelConsumption: decimal_string__type; | ||
}; | ||
|
||
export type common_base__FGVehicleDescriptor__powered_no_inventory__type = | ||
common_base__FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { | ||
mPowerConsumption: { | ||
Min: decimal_string__type; | ||
Max: decimal_string__type; | ||
}; | ||
}; | ||
|
||
export type common_base__FGVehicleDescriptor__with_inventory__type = | ||
common_base__FGItemDescriptor__FGResourceDescriptor__FGPoleDescriptor__type & { | ||
mInventorySize: integer_string__type; | ||
}; |
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
34 changes: 19 additions & 15 deletions
34
generated-types/update8/classes/CoreUObject/FGVehicleDescriptor.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
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.