Struct tf_demo_parser::demo::gameevent_gen::PlayerDeathEvent[][src]

pub struct PlayerDeathEvent {
Show fields pub user_id: u16, pub victim_ent_index: u32, pub inflictor_ent_index: u32, pub attacker: u16, pub weapon: String, pub weapon_id: u16, pub damage_bits: u32, pub custom_kill: u16, pub assister: u16, pub weapon_log_class_name: String, pub stun_flags: u16, pub death_flags: u16, pub silent_kill: bool, pub player_penetrate_count: u16, pub assister_fallback: String, pub kill_streak_total: u16, pub kill_streak_wep: u16, pub kill_streak_assist: u16, pub kill_streak_victim: u16, pub ducks_streaked: u16, pub duck_streak_total: u16, pub duck_streak_assist: u16, pub duck_streak_victim: u16, pub rocket_jump: bool, pub weapon_def_index: u32, pub crit_type: u16,
}

Fields

user_id: u16victim_ent_index: u32inflictor_ent_index: u32attacker: u16weapon: Stringweapon_id: u16damage_bits: u32custom_kill: u16assister: u16weapon_log_class_name: Stringstun_flags: u16death_flags: u16silent_kill: boolplayer_penetrate_count: u16assister_fallback: Stringkill_streak_total: u16kill_streak_wep: u16kill_streak_assist: u16kill_streak_victim: u16ducks_streaked: u16duck_streak_total: u16duck_streak_assist: u16duck_streak_victim: u16rocket_jump: boolweapon_def_index: u32crit_type: u16

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.