Enum EActionStatus
The state the action is in. This is returned by UtilityAction Perform method.
Namespace: TinnyStudios.AIUtility
Assembly: UtilityAIFramework.dll
Syntax
public enum EActionStatus
Fields
| Name | Description |
|---|---|
| Completed | Return Completed so the action ends. |
| Failed | Return Failed to cancel your action perform. i.e in the process, you realized it's not a success. |
| Moving | Is moving towards destination |
| NotStarted | Has not been chosen |
| Running | The action is performing, return this in Perform method to keep going |