-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Utilizing events instead of waiting for the timer poll would increase reactivity of behaviors.
For example, when seeking, even if a new target has been found it will wait for the next poll to switch to Combat.
Aditionally, this will allow to remove polling altogether for a few behaviors. Since they could only react to events for this.
Proposal usage:
function MyBehavior:OnFocusedChange(newFocused)
endMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request