Skip to content

[9.10.2] VeryEpicEventPlugin [1.1.0]

Latest

Choose a tag to compare

@Saskyc Saskyc released this 14 Dec 15:24
· 8 commits to master since this release

Additions:

  • Added to SlEvent List Handles, if developer does not want to use wrappers created by this plugin, it will stop every handles and clear the list.
  • Bases event has new method called AddItemToPool, to simplify adding item with delay to item pool.
  • Saskyc extensions, some extensions that will get extended later.
  • Documentation for interfaces.

Misc changes

  • SlEvent.Start & SlEvent.End now uses SlEvent.Get method.

Fixes:

  • When event is overriden it will be firstly stopped.
  • IEventHelp is now implemented as it should be from start (not executing IEventCommand interface without any arguments)
  • UnregisterAll() in SlEvent will now execute EndEvent() method in every event, which in version before could cause massive memory leaks.
  • StartEvent() change of behaviour now not running coroutines and registering events, that will have to be done by developer.

Full Changelog: 1.0.1...1.0.2