Click or drag to resize

TreeHooks Class

A simplistic class to facilitate hooking into logic trees.
Inheritance Hierarchy
SystemObject
  ff14bot.BehaviorTreeHooks

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class TreeHooks

The TreeHooks type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddHook
Inserts a hook at the specified location. This appends the behavior to the end of the list.
Public methodClearAll
Public methodClearHook
Removes all hooks at the specified location.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertHook
Inserts a hook at the specified location. This inserts the behavior to the specified index in the hook list.
Public methodRemoveHook
Removes a hook at the specified location.
Public methodReplaceHook
Replaces all hooks at the specified location, with one that you provide.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventOnHooksCleared
Event queue for all listeners interested in OnHooksCleared events.
Top
Remarks
Created 3/22/2011.
See Also