MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / pullRemoteHitRequests

Method pullRemoteHitRequests

source/game/StarDamageManager.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161List<RemoteHitRequest> DamageManager::pullRemoteHitRequests() {
162 return take(m_pendingRemoteHitRequests);
163}
164
165List<RemoteDamageRequest> DamageManager::pullRemoteDamageRequests() {
166 return take(m_pendingRemoteDamageRequests);

Callers 2

queueUpdatePacketsMethod · 0.80
updateDamageMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected