pub struct ThrowableHitEvent {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 assister_fallback: String,
pub total_hits: u16,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.