pub fn set_entity_attr(
sink: &mut dyn FightSink,
entity: &Entity,
attr_code: &str,
value: f64,
) -> Result<(), Error>Expand description
Native: ctx.set_entity_attr(entity, attr, value) — push an IncrAttribute
that moves the attr TO value (delta = round(value - current)). Emitted