OpenTTD
|
All data/functions related with replacing the base sounds. More...
#include <base_media_base.h>
Additional Inherited Members | |
![]() | |
static bool | DetermineBestSet () |
Determine the graphics pack that has to be used. | |
static uint | FindSets () |
Do the scan for files. | |
static SoundsSet * | GetAvailableSets () |
static bool | SetSet (const char *name) |
static char * | GetSetsList (char *p, const char *last) |
static int | GetNumSets () |
static int | GetIndexOfUsedSet () |
static const SoundsSet * | GetSet (int index) |
static const SoundsSet * | GetUsedSet () |
static bool | HasSet (const ContentInfo *ci, bool md5sum) |
Check whether we have an set with the exact characteristics as ci. | |
![]() | |
static const char * | ini_set |
The set as saved in the config file. | |
![]() | |
bool | AddFile (const char *filename, size_t basepath_length, const char *tar_filename) |
![]() | |
static const char * | GetExtension () |
Get the extension that is used to identify this set. | |
![]() | |
static SoundsSet * | available_sets |
All available sets. | |
static SoundsSet * | duplicate_sets |
All sets that aren't available, but needed for not downloading base sets when a newer version than the one on BaNaNaS is loaded. | |
static const SoundsSet * | used_set |
The currently used set. |
All data/functions related with replacing the base sounds.
Definition at line 269 of file base_media_base.h.