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

Method pullPendingNotifications

source/game/StarDamageManager.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173List<DamageNotification> DamageManager::pullPendingNotifications() {
174 return take(m_pendingNotifications);
175}
176
177SmallList<pair<EntityId, HitType>, 4> DamageManager::queryHit(DamageSource const& source, EntityId causingId) const {
178 SmallList<pair<EntityId, HitType>, 4> resultList;

Callers 2

updateDamageMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected