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

Function ProjectileSetString

OsiInterface/Functions/ProjectileFunctions.cpp:46–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void ProjectileSetString(OsiArgumentDesc const & args)
47 {
48 auto prop = args[0].String;
49 auto value = args[1].String;
50
51 if (!ProjectileHelper) {
52 OsiError("Called when no projectile is active!");
53 return;
54 }
55
56 ProjectileHelper->SetString(prop, value);
57 }
58
59 void ProjectileSetGuidString(OsiArgumentDesc const & args)
60 {

Callers

nothing calls this directly

Calls 1

SetStringMethod · 0.45

Tested by

no test coverage detected