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

Method GetCreatePnt

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

Source from the content-addressed store, hash-verified

677}
678
679bool matcen::GetCreatePnt(vector *pnt) {
680 ComputeCreatePnt();
681 *pnt = m_create_pnt;
682 return true;
683}
684
685bool matcen::SetCreatePnt(vector *pnt) {
686 if (m_status & MSTAT_MANUAL_UPDATE_CREATE_PNT) {

Callers 2

OnMatMoveViewerButtonMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected