ActionState

Description

Describes the current running state of an action.

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.