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

Method Add

OsiInterface/DivInterface.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 PendingStatuses gPendingStatuses;
349
350 void PendingStatuses::Add(esv::Status * status)
351 {
352 PendingStatus pend { status, false };
353 statuses_.insert(std::make_pair(status->StatusHandle, pend));
354 }
355
356 void PendingStatuses::Remove(esv::Status * status)
357 {

Callers 8

CharacterSyncCustomStatsFunction · 0.45
IterateStatusesFunction · 0.45
OnStatusHitEnterMethod · 0.45
OnStatusHealEnterMethod · 0.45
OnCharacterHitMethod · 0.45
OnApplyStatusMethod · 0.45
ForLoopFunction · 0.45
ForLoopObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected