Inserts a hook at the specified location. This appends the behavior to the end of the list.
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void AddHook(
string location,
Composite behavior
)
Parameters
- location
- Type: SystemString
The location. - behavior
- Type: TreeSharpComposite
The behavior.
Remarks Created 3/9/2011.
See Also