TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ StopPettingAnimal()

void Terraria.Player.StopPettingAnimal ( )
inlineprivate

Definition at line 31662 of file Player.cs.

31663 {
31664 isPettingAnimal = false;
31666 }
bool isPettingAnimal
Definition Player.cs:3005
bool isTheAnimalBeingPetSmall
Definition Player.cs:3007

References Terraria.Player.isPettingAnimal, and Terraria.Player.isTheAnimalBeingPetSmall.

Referenced by Terraria.Player.PetAnimal(), Terraria.Player.StopVanityActions(), and Terraria.Player.UpdatePettingAnimal().

+ Here is the caller graph for this function: