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

Function HelperHandleToHelper

OsiInterface/Functions/DamageFunctions.cpp:437–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 DamageHelpers * HelperHandleToHelper(int64_t handle)
438 {
439 auto helper = gOsirisProxy->GetExtensionState().DamageHelpers.Get(handle);
440 if (helper == nullptr) {
441 OsiError("Damage helper handle " << handle << " doesn't exist!");
442 }
443
444 return helper;
445 }
446
447 void HitExecute(OsiArgumentDesc const & args)
448 {

Callers 11

HitExecuteFunction · 0.85
HitExecuteRetStatusFunction · 0.85
HitSetIntFunction · 0.85
HitGetIntFunction · 0.85
HitSetStringFunction · 0.85
HitGetStringFunction · 0.85
HitSetVector3Function · 0.85
HitClearAllDamageFunction · 0.85
HitClearDamageFunction · 0.85
HitGetDamageFunction · 0.85
HitAddDamageFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected