All public logs

Jump to navigation Jump to search

Combined display of all available logs of BeeStation Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:33, 19 December 2023 Itsmeowdev talk contribs created page Guide to signals (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