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

Function MatcenValid

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

Source from the content-addressed store, hash-verified

1980}
1981
1982bool MatcenValid(int id) { return (id >= 0 && id < Num_matcens && Matcen[id]); }

Callers 12

FillMatcenMenuMethod · 0.85
AssignNamedValueMethod · 0.85
OnMatPrevButtonMethod · 0.85
OnMatNextButtonMethod · 0.85
OnMatDeleteButtonMethod · 0.85
OnMatCopyButtonMethod · 0.85
OnMatPasteButtonMethod · 0.85
UpdateDialogMethod · 0.85
DestroyMatcenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected