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

Function ProjectileLaunch

OsiInterface/Functions/ProjectileFunctions.cpp:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 void ProjectileLaunch(OsiArgumentDesc const & args)
21 {
22 if (ProjectileHelper != nullptr)
23 {
24 ProjectileHelper->Shoot();
25 ProjectileHelper.reset();
26 }
27 else
28 {
29 OsiError("No projectile to shoot!");
30 }
31 }
32
33 void ProjectileSetInt(OsiArgumentDesc const & args)
34 {

Callers

nothing calls this directly

Calls 1

ShootMethod · 0.80

Tested by

no test coverage detected