Rebornbuddy
|
Represents an Action that always returns a success status when executed. This ensures that any subsequent operations in a behavior tree are not interrupted, regardless of the context or condition. More...
Protected Member Functions | |
override RunStatus | Run (object context) |
Executes the action and returns a RunStatus indicating the outcome of the execution. |
Represents an Action that always returns a success status when executed. This ensures that any subsequent operations in a behavior tree are not interrupted, regardless of the context or condition.
Typically used as a fallback mechanism to prevent behavior interruptions or to always allow progression in the execution flow.
|
protected |
Executes the action and returns a RunStatus indicating the outcome of the execution.
context | The context in which the action is being executed. |