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

Function HitGetInt

OsiInterface/Functions/DamageFunctions.cpp:494–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493
494 bool HitGetInt(OsiArgumentDesc & args)
495 {
496 auto helper = HelperHandleToHelper(args[0].Int64);
497 auto prop = args[1].String;
498 auto & value = args[2].Int32;
499
500 if (helper == nullptr) return false;
501
502 return helper->GetInt(prop, value);
503 }
504
505 void HitSetString(OsiArgumentDesc const & args)
506 {

Callers

nothing calls this directly

Calls 2

HelperHandleToHelperFunction · 0.85
GetIntMethod · 0.80

Tested by

no test coverage detected