Skip to main content

apply_movement_event

Function apply_movement_event 

Source
pub(crate) fn apply_movement_event(
    state: &mut CombatState,
    buf: &mut DenseBuffer,
    actor: ActorId,
    moving: bool,
    generation: u64,
    now: SimTime,
)