Click or drag to resize

TreeHooksRemoveHook Method

Removes a hook at the specified location.

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void RemoveHook(
	string location,
	Composite behavior
)

Parameters

location
Type: SystemString
The location.
behavior
Type: TreeSharpComposite
The behavior.
Remarks
Created 1/28/2012.
See Also