Click or drag to resize

TreeHooksInsertHook Method

Inserts a hook at the specified location. This inserts the behavior to the specified index in the hook list.

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

Parameters

location
Type: SystemString
The location.
index
Type: SystemInt32
behavior
Type: TreeSharpComposite
The behavior.
Remarks
Created 3/9/2011.
See Also