NinetyEight.NEUserPet
Struct NEUserPet
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()
Fields
evolution
The evolution level of the pet, or null if no evolution.
public int? evolutionField Value
int?
gender
The gender of the pet (e.g., 0 for male, 1 for female).
Field Value
id
The unique identifier for the pet.
Field Value
petCode
A unique code identifying the pet.
Field Value
petId
The specific ID of the pet.
Field Value
rarityCode
The rarity of the pet (e.g., "common", "rare").
Field Value
tokenId
A token ID representing the pet, or -1 if not assigned.
Field Value
int?
type
The type of the pet (e.g., "dragon", "dog").
Field Value
Last updated