A simple Action composite, to facilitate executing TreeHook composites. It is not recommended you use this for any built-in hooks. Only use this if using a custom hook location!
More...
|
| HookExecutor (string location, string description=null, Composite defaultComposite=null) |
| Constructor.
|
override void | Start (object context) |
override void | Stop (object context) |
|
override RunStatus | Run (object context) |
A simple Action composite, to facilitate executing TreeHook composites. It is not recommended you use this for any built-in hooks. Only use this if using a custom hook location!
Created 3/22/2011.
◆ HookExecutor()
ff14bot.Behavior.HookExecutor.HookExecutor |
( |
string | location, |
|
|
string | description = null, |
|
|
Composite | defaultComposite = null ) |
Constructor.
Created 3/22/2011.
- Parameters
-
location | The location of the hook. |
description | A meaningful description for this hook location. |
defaultComposite | |
◆ Run()
override RunStatus ff14bot.Behavior.HookExecutor.Run |
( |
object | context | ) |
|
|
protected |
◆ Start()
override void ff14bot.Behavior.HookExecutor.Start |
( |
object | context | ) |
|
◆ Stop()
override void ff14bot.Behavior.HookExecutor.Stop |
( |
object | context | ) |
|