NinetyEight.NEUserPet
Last updated
Namespace: NinetyEight Assembly: APIReference.dll
Represents a user's pet in the game, including its attributes such as type, rarity, and evolution status. Used to track a player's pets and their progression.
[Serializable]
public struct NEUserPetInherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
The evolution level of the pet, or null if no evolution.
public int? evolutionField Value
int?
The gender of the pet (e.g., 0 for male, 1 for female).
Field Value
The unique identifier for the pet.
Field Value
A unique code identifying the pet.
Field Value
The specific ID of the pet.
Field Value
The rarity of the pet (e.g., "common", "rare").
Field Value
A token ID representing the pet, or -1 if not assigned.
Field Value
int?
The type of the pet (e.g., "dragon", "dog").
Field Value
Last updated
public int genderpublic int idpublic string petCodepublic int petIdpublic string rarityCodepublic int? tokenIdpublic string type