7 lines
147 B
GDScript3
Raw Permalink Normal View History

2025-01-11 00:25:52 +01:00
static func interval_(
period : float,
scheduler : SchedulerBase = null
) -> ObservableBase:
return GDRx.obs.timer(period, period, scheduler)