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

Function HitGetString

OsiInterface/Functions/DamageFunctions.cpp:516–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 }
515
516 bool HitGetString(OsiArgumentDesc & args)
517 {
518 auto helper = HelperHandleToHelper(args[0].Int64);
519 auto prop = args[1].String;
520 auto & value = args[2].String;
521
522 if (helper == nullptr) return false;
523
524 return helper->GetString(prop, value);
525 }
526
527 void HitSetVector3(OsiArgumentDesc const & args)
528 {

Callers

nothing calls this directly

Calls 2

HelperHandleToHelperFunction · 0.85
GetStringMethod · 0.80

Tested by

no test coverage detected