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

Method GetCreationTexture

Descent3/matcen.cpp:1726–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724void matcen::SetCreationTexture(int16_t texnum) { m_creation_texture = texnum; }
1725
1726int16_t matcen::GetCreationTexture() { return m_creation_texture; }
1727
1728int matcen::GetSound(char sound_type) {
1729 if (sound_type >= 0 && sound_type < MAX_MATCEN_SOUNDS) {

Callers 3

UpdateDialogMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected