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

Method SetExternalDamageInfo

OsiInterface/Functions/DamageFunctions.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void DamageHelpers::SetExternalDamageInfo(HitDamageInfo * damageInfo, DamagePairList * damageList)
69 {
70 MyDamageInfo.reset();
71 MyDamageList.reset();
72 Hit = damageInfo;
73 DamageList = damageList;
74 }
75
76 bool DamageHelpers::GetInt(char const * prop, int32_t & value)
77 {

Callers 1

OnCharacterHitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected