MCPcopy Create free account
hub / github.com/Norbyte/ositools / Destroy

Method Destroy

OsiInterface/Functions/DamageFunctions.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 bool DamageHelperPool::Destroy(int64_t handle)
24 {
25 auto it = helpers_.find(handle);
26 if (it == helpers_.end()) {
27 return false;
28 } else {
29 helpers_.erase(it);
30 return true;
31 }
32 }
33
34 DamageHelpers * DamageHelperPool::Get(int64_t handle) const
35 {

Callers 3

OnCharacterHitMethod · 0.80
HitExecuteFunction · 0.80
HitExecuteRetStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected