mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 14:17:54 -05:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
14
src/ZoneCode/Game/T6/XAssets/SndDriverGlobals.txt
Normal file
14
src/ZoneCode/Game/T6/XAssets/SndDriverGlobals.txt
Normal file
@ -0,0 +1,14 @@
|
||||
// =========================================
|
||||
// SndDriverGlobals
|
||||
// =========================================
|
||||
use SndDriverGlobals;
|
||||
set string name;
|
||||
set name name;
|
||||
set count groups groupCount;
|
||||
set count curves curveCount;
|
||||
set count pans panCount;
|
||||
set count duckGroups duckGroupCount;
|
||||
set count contexts contextCount;
|
||||
set count masters masterCount;
|
||||
set count voiceDucks voiceDuckCount;
|
||||
set count futzes futzCount;
|
Reference in New Issue
Block a user