
Godot Addon API Docs
Debounce — API
Properties
-
float _delay = 0.2
-
int _ticket = 0
-
bool _pending = false
Methods
-
void _init(float delay)
-
void trigger(Callable action)
-
void cancel()
-
bool pending()