Function eos_rs::ffi::CalcDamage

source ·
pub unsafe extern "C" fn CalcDamage(
    attacker: *mut entity,
    defender: *mut entity,
    attack_type: type_id,
    attack_power: c_int,
    crit_chance: c_int,
    damage_out: *mut damage_data,
    damage_mult_fp: c_int,
    move_id: move_id,
    param_9: c_int
)