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

Method MultiSendChangedGoals

Descent3/levelgoal.cpp:1299–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297}
1298
1299void levelgoals::MultiSendChangedGoals(int pnum) {
1300 for (int i = 0; i < m_num_goals; i++) {
1301 m_goal[i].SendStateToPlayer(i, pnum);
1302 }
1303}

Callers 1

MultiDoEnteringGameFunction · 0.80

Calls 1

SendStateToPlayerMethod · 0.80

Tested by

no test coverage detected