Skip to content

Runtime types

Runtime types

Access Behave.Runtime

Description
These are the types used by the Behave runtime classes. Specifically the Tree class and the IAgent interface and therefore you will be using them as well.

Enums
enum BehaveResult { Running, Success, Failure };

Delegates
BehaveResult TickForward (Tree sender, string stringParameter, float floatParameter, IAgent agent, object data);
void ResetForward (Tree sender, string stringParameter, float floatParameter, IAgent agent, object data);
BehaveResult TickForwardShort (Tree sender);
void ResetForwardShort (Tree sender);

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS

*

Spam protection by WP Captcha-Free