pub unsafe extern "C" fn ecs_reset_timer(
world: *mut ecs_world_t,
tick_source: u64,
)Expand description
Reset time value of timer to 0. This operation resets the timer value to 0.
@param world The world. @param tick_source The timer to reset.