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

Function ProjectileSetGuidString

OsiInterface/Functions/ProjectileFunctions.cpp:59–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void ProjectileSetGuidString(OsiArgumentDesc const & args)
60 {
61 auto prop = args[0].String;
62 auto value = args[1].String;
63
64 if (!ProjectileHelper) {
65 OsiError("Called when no projectile is active!");
66 return;
67 }
68
69 ProjectileHelper->SetGuidString(prop, value);
70 }
71
72 void ProjectileSetVector3(OsiArgumentDesc const & args)
73 {

Callers

nothing calls this directly

Calls 1

SetGuidStringMethod · 0.80

Tested by

no test coverage detected