Skip to content

v2.2.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@averlyst averlyst released this 15 Jul 11:00
ff742b3

Version 2.2.0-rc.1

Fixed

  • Fixed a class of iterator invalidation edge cases involving connections made after immediate-mode 'Now' disconnections on the active node.
    • Note: Those who've not used deferred mutation opt-outs were not impacted.

Added

  • Added new method Signal:GetConnections(), which returns an array of active connections on the signal, ordered from oldest to newest.
  • Connection:DestroyNow() is now supported.