Login
From:
Godot Engine documentation
(Uncensored)
subscribe
Using signals — Godot Engine (stable) documentation in English
https://docs.godotengine.org/en/stable/getting_started/step_by_step/signals.html
links
backlinks
Roast topics
Find topics
Find it!
In this lesson, we will look at signals. They are messages that nodes emit when something specific happens to them, like a button being pressed. Other nodes can connect to that signal and call a fu...