Table of Contents

Event OnIsBottingChanged

Namespace
GrindFest
Assembly
GrindFest.dll

Fires only when IsBotting actually changes. The OneJS bot-control panel binds with useEventSync(hero, 'IsBotting'); without this event it would have to poll to know whether to draw Play or Pause.

public event Action<bool> OnIsBottingChanged

Returns

Action<bool>
Fires only when actually changes. The OneJS bot-control panel binds with useEventSync(hero, 'IsBotting'); without this event it would have to poll to know whether to draw Play or Pause.