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

Method AddDamage

OsiInterface/Functions/DamageFunctions.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 void DamageHelpers::AddDamage(DamageType DamageType, int32_t Amount)
291 {
292 DamageList->AddDamage(DamageType, Amount);
293 }
294
295 esv::StatusMachine * GetStatusMachine(char const * gameObjectGuid);
296

Callers 2

HitAddDamageFunction · 0.45
HitStatusAddDamageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected