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

Function HitSetString

OsiInterface/Functions/DamageFunctions.cpp:505–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 }
504
505 void HitSetString(OsiArgumentDesc const & args)
506 {
507 auto helper = HelperHandleToHelper(args[0].Int64);
508 auto prop = args[1].String;
509 auto value = args[2].String;
510
511 if (helper == nullptr) return;
512
513 helper->SetString(prop, value);
514 }
515
516 bool HitGetString(OsiArgumentDesc & args)
517 {

Callers

nothing calls this directly

Calls 2

HelperHandleToHelperFunction · 0.85
SetStringMethod · 0.45

Tested by

no test coverage detected