Enum AIAction
- Namespace
- AshesOfVelsingrad.AI
- Assembly
- Ashes of Velsingrad.dll
Represents the types of actions an AI can take.
public enum AIAction
Fields
Move = 1Move to a new position only.
MoveAndSkill = 0Move to a new position then use a skill.
Pass = 3Do nothing and end turn.
UseSkill = 2Use a skill or ability without moving.