Struct tf_demo_parser::demo::gameevent_gen::PlayerIgnitedInvEvent [−][src]
pub struct PlayerIgnitedInvEvent {
pub pyro_ent_index: u8,
pub victim_ent_index: u8,
pub medic_ent_index: u8,
}Fields
pyro_ent_index: u8victim_ent_index: u8medic_ent_index: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlayerIgnitedInvEventimpl Send for PlayerIgnitedInvEventimpl Sync for PlayerIgnitedInvEventimpl Unpin for PlayerIgnitedInvEventimpl UnwindSafe for PlayerIgnitedInvEvent