mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
18 lines
454 B
Plaintext
18 lines
454 B
Plaintext
// =========================================
|
|
// VehicleDef
|
|
// =========================================
|
|
use VehicleDef;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set name name;
|
|
set string useHintString;
|
|
set string turretWeaponName;
|
|
set scriptstring trophyTags;
|
|
set scriptstring audioOriginTag;
|
|
set scriptstring audioOriginTagAlt;
|
|
set string surfaceSndPrefix;
|
|
|
|
// VehiclePhysDef
|
|
use VehiclePhysDef;
|
|
set string physPresetName;
|
|
set string accelGraphName; |