TreeHooksReplaceHook Method |
Replaces all hooks at the specified location, with one that you provide.
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void ReplaceHook(
string location,
Composite behavior
)
Parameters
- location
- Type: SystemString
The location. - behavior
- Type: TreeSharpComposite
The behavior.
Remarks Created 3/9/2011.
See Also