OpenTTD Source 20250428-master-g68ba2735ea
sound_func.h File Reference

Functions related to sound. More...

#include "sound_type.h"
#include "vehicle_type.h"
#include "tile_type.h"

Go to the source code of this file.

Functions

void ChangeSoundSet (int index)
 Change the configured sound set and reset sounds.
 
void SndPlayTileFx (SoundID sound, TileIndex tile)
 
void SndPlayVehicleFx (SoundID sound, const Vehicle *v)
 
void SndPlayFx (SoundID sound)
 
void SndCopyToPool ()
 

Detailed Description

Functions related to sound.

Definition in file sound_func.h.

Function Documentation

◆ ChangeSoundSet()

void ChangeSoundSet ( int  index)

◆ SndCopyToPool()

void SndCopyToPool ( )

Definition at line 153 of file sound.cpp.

◆ SndPlayFx()

void SndPlayFx ( SoundID  sound)

Definition at line 245 of file sound.cpp.

◆ SndPlayTileFx()

void SndPlayTileFx ( SoundID  sound,
TileIndex  tile 
)

Definition at line 225 of file sound.cpp.

◆ SndPlayVehicleFx()

void SndPlayVehicleFx ( SoundID  sound,
const Vehicle v 
)

Definition at line 237 of file sound.cpp.