patchwork-mapconverter
Version:
Executable wrapper for https://github.com/ChiefOfGxBxL/WC3MapTranslator
46 lines • 1.11 kB
TypeScript
import { SoundChannel } from '../data';
declare const SoundDefaults: {
eax: SoundChannel;
flags: {
looping: boolean;
'3dSound': boolean;
stopOutOfRange: boolean;
music: boolean;
customImported: boolean;
};
fadeRate: {
in: number;
out: number;
};
volume: number;
pitch: number;
pitchVariance: number;
priority: number;
channel: SoundChannel;
'3d': {
distance: {
min: number;
max: number;
cutoff: number;
};
cone: {
insideAngle: number;
outsideAngle: number;
outsideVolume: number;
orientation: number[];
};
};
labelSLK: string;
dialogueId: number;
productionComments: string;
speakerNameId: number;
listenerName: string;
assetFlags: number;
speakerUnitId: string;
animationLabel: string;
animationGroup: string;
animationSetFilepath: string;
animationSetFilepathIsMapRelative: boolean;
};
export { SoundDefaults };
//# sourceMappingURL=Sound.d.ts.map