mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
16 lines
385 B
Plaintext
16 lines
385 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 string surfaceSndPrefix;
|
|
|
|
// VehiclePhysDef
|
|
use VehiclePhysDef;
|
|
set string physPresetName;
|
|
set string accelGraphName; |