_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <sound.h>
Public Attributes | |
SoundConfig | PlacementError [MAX_RACES] |
SoundConfig | PlacementSuccess [MAX_RACES] |
used by ui More... | |
SoundConfig | Click |
used by ui More... | |
SoundConfig | Docking |
used by ui More... | |
SoundConfig | BuildingConstruction [MAX_RACES] |
ship reaches coast More... | |
SoundConfig | WorkComplete [MAX_RACES] |
building under construction More... | |
SoundConfig | Rescue [MAX_RACES] |
building ready More... | |
SoundConfig | ChatMessage |
rescue units More... | |
SoundConfig | ResearchComplete [MAX_RACES] |
chat message More... | |
SoundConfig | NotEnoughRes [MAX_RACES][MaxCosts] |
research complete message More... | |
SoundConfig | NotEnoughFood [MAX_RACES] |
not enough resources message More... | |
Global game sounds, not associated to any unit-type
SoundConfig GameSound::BuildingConstruction[MAX_RACES] |
ship reaches coast
SoundConfig GameSound::ChatMessage |
rescue units
SoundConfig GameSound::Click |
used by ui
SoundConfig GameSound::Docking |
used by ui
SoundConfig GameSound::NotEnoughFood[MAX_RACES] |
not enough resources message
SoundConfig GameSound::NotEnoughRes[MAX_RACES][MaxCosts] |
research complete message
SoundConfig GameSound::PlacementError[MAX_RACES] |
SoundConfig GameSound::PlacementSuccess[MAX_RACES] |
used by ui
SoundConfig GameSound::Rescue[MAX_RACES] |
building ready
SoundConfig GameSound::ResearchComplete[MAX_RACES] |
chat message
SoundConfig GameSound::WorkComplete[MAX_RACES] |
building under construction