Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1299
void 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
MultiDoEnteringGame
Function · 0.80
Calls
1
SendStateToPlayer
Method · 0.80
Tested by
no test coverage detected