Function eos_rs::api::dungeon_mode::reset_damage_calc_scratch_space
source · pub unsafe fn reset_damage_calc_scratch_space(_ov29: &OverlayLoadLease<29>)
Expand description
DungeonMonsterRef::calc_damage
seems to use scratch space of
some kind, which this function zeroes.
Safety
This resets some global data. The caller needs to make sure pointers to this space are set up correctly and no references to the area exist.