pub fn heal_entity( sink: &mut dyn FightSink, entity: &Entity, amount: f64, ) -> Result<Option<i64>, Error>
Native: heal entity, capping at its missing HP. Returns the applied heal (None if no heal was applied).
entity
None