Skip to main content

Module int_event

Module int_event 

Source
Expand description

Integer event (linear interpolation / loop / turn) used by a few engine subsystems.

This follows the original Siglus behavior:

  • value is the “current” stored value (for oneshot, it is set to the target immediately).
  • cur_value is the animated/interpolated value computed each frame.

Structs§

IntEvent