Rebornbuddy
|
Represents an action that always returns a failure status when executed. Typically used within a behavior tree to intentionally cause a specific path to fail. More...
Protected Member Functions | |
override RunStatus | Run (object context) |
Executes the action and always returns a failure status. |
Represents an action that always returns a failure status when executed. Typically used within a behavior tree to intentionally cause a specific path to fail.
This class overrides the Run method to always return RunStatus.Failure, regardless of context or input.
|
protected |
Executes the action and always returns a failure status.
context | The context in which the action is being executed. |