TreeHooks Class |
Namespace: ff14bot.Behavior
public sealed class TreeHooks
The TreeHooks type exposes the following members.
Name | Description | |
---|---|---|
HookDescriptions | ||
Hooks | ||
Instance |
Name | Description | |
---|---|---|
AddHook | Inserts a hook at the specified location. This appends the behavior to the end of the list. | |
ClearAll | ||
ClearHook | Removes all hooks at the specified location. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InsertHook | Inserts a hook at the specified location. This inserts the behavior to the specified index in the hook list. | |
RemoveHook | Removes a hook at the specified location. | |
ReplaceHook | Replaces all hooks at the specified location, with one that you provide. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
OnHooksCleared | Event queue for all listeners interested in OnHooksCleared events. |