Enum AIRotationMode
Determines how the rotation evaluates its entries.
public enum AIRotationMode
Fields
Evaluates entries top-to-bottom. The first entry whose conditions are all met and whose ability is usable is selected.
Advances through entries sequentially after each successful activation. If the next-in-sequence entry cannot be used, scans remaining entries in order before falling back.