Class SelectedPets
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
Information about the selected pets for a Ranger build.
public sealed record SelectedPets : IEquatable<SelectedPets>
- Inheritance
-
SelectedPets
- Implements
- Inherited Members
Properties
- Aquatic1
The ID of the first selected pet for underwater, or
null
if no pet was selected.
- Aquatic2
The ID of the other selected pet for underwater, or
null
if no pet was selected.
- Terrestrial1
The ID of the first selected pet, or
null
if no pet was selected.
- Terrestrial2
The ID of the other selected pet, or
null
if no pet was selected.