mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-07 13:04:58 +00:00
17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
// =========================================
|
|
// VehicleDef
|
|
// =========================================
|
|
use VehicleDef;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string 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; |