Click or drag to resize

HookExecutor Constructor

Constructor.

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public HookExecutor(
	string location,
	string description = null,
	Composite defaultComposite = null
)

Parameters

location
Type: SystemString
The location of the hook.
description (Optional)
Type: SystemString
A meaningful description for this hook location.
defaultComposite (Optional)
Type: TreeSharpComposite
Remarks
Created 3/22/2011.
See Also