7 lines
147 B
GDScript3
Raw Permalink Normal View History

2024-12-27 21:00:07 +01:00
static func interval_(
period : float,
scheduler : SchedulerBase = null
) -> ObservableBase:
return GDRx.obs.timer(period, period, scheduler)