MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / StartProjectiles

Function StartProjectiles

TombEngine/Objects/TR5/tr5_objects.cpp:990–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990static void StartProjectiles(ObjectInfo *obj)
991{
992 InitProjectile(obj, MissileControl, ID_BUBBLES, true);
993 InitProjectile(obj, MissileControl, ID_IMP_ROCK, true);
994 InitProjectile(obj, TorpedoControl, ID_TORPEDO);
995 InitProjectile(obj, GrenadeControl, ID_GRENADE);
996 InitProjectile(obj, RocketControl, ID_ROCKET);
997 InitProjectile(obj, HarpoonBoltControl, ID_HARPOON);
998 InitProjectile(obj, CrossbowBoltControl, ID_CROSSBOW_BOLT);
999}
1000
1001static void StartPickup(ObjectInfo *obj)
1002{

Callers 1

InitializeTR5ObjectsFunction · 0.70

Calls 1

InitProjectileFunction · 0.85

Tested by

no test coverage detected