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

Function HitStatusClearAllDamage

OsiInterface/Functions/DamageFunctions.cpp:632–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 }
631
632 void HitStatusClearAllDamage(OsiArgumentDesc const & args)
633 {
634 auto status = HitStatusGet(args);
635 if (status == nullptr) return;
636
637 status->DamageInfo.DamageList.Clear();
638 }
639
640 void HitStatusClearDamage(OsiArgumentDesc const & args)
641 {

Callers

nothing calls this directly

Calls 2

HitStatusGetFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected