Navigation :
ActionState
Description
Describes the current running state of an action.
- Running = The action is still running
- Success = The action is done, and was successful
- Fail = The action is done, but failed
public enum InitialPrefabs.DaniAI.ActionState
: Enum, IComparable, IFormattable, IConvertible
Enum
Value |
Name |
Summary |
0 |
Pending |
The Action is waiting to be run. |
1 |
Running |
The Action is currently running. |
2 |
Success |
The Action ran successfully. |
4 |
Fail |
The Action has failed. |