Struct tf_demo_parser::demo::gameevent_gen::ProjectileRemovedEvent [−][src]
pub struct ProjectileRemovedEvent {
pub attacker: u8,
pub weapon_def_index: u32,
pub num_hit: u8,
pub num_direct_hit: u8,
}Fields
attacker: u8weapon_def_index: u32num_hit: u8num_direct_hit: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProjectileRemovedEventimpl Send for ProjectileRemovedEventimpl Sync for ProjectileRemovedEventimpl Unpin for ProjectileRemovedEventimpl UnwindSafe for ProjectileRemovedEvent