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

Method GetCreationEffect

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

Source from the content-addressed store, hash-verified

1692#endif // NEWEDITOR
1693
1694char matcen::GetCreationEffect() { return m_creation_effect; }
1695
1696bool matcen::SetCreationEffect(char effect_index) {
1697 if (effect_index < 0 || effect_index >= NUM_MATCEN_EFFECTS)

Callers 2

UpdateDialogMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected