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

Method Remove

OsiInterface/DivInterface.cpp:356–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 void PendingStatuses::Remove(esv::Status * status)
357 {
358 auto it = statuses_.find(status->StatusHandle);
359 if (it != statuses_.end()) {
360 statuses_.erase(it);
361 } else {
362 OsiError("Attempted to remove non-pending status " << std::hex << (int64_t)status->StatusHandle);
363 }
364 }
365
366 PendingStatus * PendingStatuses::Find(ObjectHandle owner, ObjectHandle handle)
367 {

Callers 3

OnApplyStatusMethod · 0.45
HitClearDamageFunction · 0.45
HitStatusClearDamageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected