Enum PetStance
How willing a pet is to start a fight on its own.
public enum PetStance : byte
Fields
Hunts. Engages any hostile that comes within the attacking state's detection radius, whether or not it has done anything.
Fights back. Engages anything that attacks the pet or its owner, but never picks a fight with a hostile that has not acted. This is the default.
Never engages by itself. Will not even fight back when struck — it stays on its owner and waits to be told. The safe default for a pet the player is leading through dangerous territory.
Remarks
The stance only governs whether the pet initiates. An explicit attack command works in every stance, including Passive.