mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
add dumping of iw4 vehicle files
This commit is contained in:
@ -111,4 +111,15 @@ namespace IW4
|
||||
|
||||
WFT_NUM_FIELD_TYPES,
|
||||
};
|
||||
|
||||
enum VehicleFieldType
|
||||
{
|
||||
VFT_TYPE = CSPFT_NUM_BASE_FIELD_TYPES,
|
||||
VFT_AXLE_STEERING,
|
||||
VFT_AXLE_POWER,
|
||||
VFT_AXLE_BRAKING,
|
||||
VFT_TROPHY_TAGS,
|
||||
|
||||
VFT_NUM,
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user