Atrinik Client 2.5
Defines
Sound command types

Defines

#define CMD_SOUND_EFFECT   1
#define CMD_SOUND_BACKGROUND   2
#define CMD_SOUND_ABSOLUTE   3

Detailed Description

The sound command types.


Define Documentation

#define CMD_SOUND_ABSOLUTE   3

Path to sound effect with an absolute filename. MIDI is not supported.

Definition at line 595 of file client.h.

#define CMD_SOUND_BACKGROUND   2

Background music.

Definition at line 593 of file client.h.

#define CMD_SOUND_EFFECT   1

A sound effect, like poison, melee/range hit, spell sound, etc.

Definition at line 591 of file client.h.