Table of Contents

Enum AIAction

Namespace
AshesOfVelsingrad.AI
Assembly
Ashes of Velsingrad.dll

Represents the types of actions an AI can take.

public enum AIAction

Fields

Move = 1

Move to a new position only.

MoveAndSkill = 0

Move to a new position then use a skill.

Pass = 3

Do nothing and end turn.

UseSkill = 2

Use a skill or ability without moving.