MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / AmbientSoundPatternName

Function AmbientSoundPatternName

Descent3/ambient.cpp:204–204  ·  view source on GitHub ↗

Returns a pointer to the name of the specified ambient sound pattern

Source from the content-addressed store, hash-verified

202
203// Returns a pointer to the name of the specified ambient sound pattern
204char *AmbientSoundPatternName(int n) { return Ambient_sound_patterns[n].name; }
205
206#define AMBIENT_FILE_ID "ASPF"
207#define AMBIENT_FILE_VERSION 0

Callers 5

UpdateDialogMethod · 0.85
OnInitDialogMethod · 0.85
OnOKMethod · 0.85
OnASPDeleteMethod · 0.85
WriteRoomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected