Update 04.12.2020

RoccoZero

Active member
Staff member
Administrator
Developer
Apr 30, 2022
873
79
28
Divine.SDK
* Added class UpdateManager

UpdateManager
  • Added void BeginInvoke(Action callback)
  • Added void BeginInvoke(uint timeout, Action callback)
  • Added Task BeginInvokeAsync(Action callback)
  • Added Task BeginInvokeAsync(uint timeout, Action callback)
  • Added UpdateHandler Subscribe(Action callback)
  • Added UpdateHandler Subscribe(uint timeout, Action callback)
  • Added UpdateHandler Subscribe(bool isEnabled, Action callback)
  • Added UpdateHandler Subscribe(uint timeout, bool isEnabled, Action callback)
  • Added void Unsubscribe(Action callback)
  • Added void Unsubscribe(UpdateHandler handler)