group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ParticleEvents.hpp File Reference

Event structs dispatched via entt::dispatcher for particle spawning. More...

#include "ecs/components/Projectile.hpp"
#include <entt/entt.hpp>
#include <glm/glm.hpp>
Include dependency graph for ParticleEvents.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WeaponFiredEvent
 Emitted when a weapon fires (both hitscan and projectile). More...
 
struct  ProjectileImpactEvent
 Emitted when a projectile or hitscan hits a surface. More...
 
struct  ExplosionEvent
 Emitted when a rocket/grenade explodes. More...
 

Detailed Description

Event structs dispatched via entt::dispatcher for particle spawning.