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

Method pullRemoteDamageRequests

source/game/StarDamageManager.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165List<RemoteDamageRequest> DamageManager::pullRemoteDamageRequests() {
166 return take(m_pendingRemoteDamageRequests);
167}
168
169List<RemoteDamageNotification> DamageManager::pullRemoteDamageNotifications() {
170 return take(m_pendingRemoteNotifications);

Callers 2

queueUpdatePacketsMethod · 0.80
updateDamageMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected