Guide to signals: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 December 2023

19 December 2023

  • curprev 06:3306:33, 19 December 2023Itsmeowdev talk contribs 7,788 bytes +73 Add categories
  • curprev 06:3306:33, 19 December 2023Itsmeowdev talk contribs 7,715 bytes +7,715 Created page with "== What is a signal? == A signal is a standard interface for calling procs on components and other objects. It prevents holding hard references and allows the procs to be called on multiple objects from one "event". It is an event-subscriber system, where one thing "shouts", or emits an event, and multiple things "listen". == Why signals? == In code, signals can improve quality and stability, because you do not have to collect a list of things and then call a proc on..." Tag: Visual edit: Switched