This module provides logic to detect if a Ped or model is an animal and classify it into specific categories (cat, dog, coyote, etc.). Useful for wildlife, animal roles, or pet systems.
At player load in, it automaticallyattempts to get what kind of ped/animal you are but there are functions to double check in scripts
Alot of this is used to determine what models/animations to use or are available
Global flags:
isCat, isDog, isBigDog, isSmallDog, isCoyote, isAnimal — used to store classification of the player's current ped.
isPedAnimal(ped?)
Checks if a ped is an animal based on predefined animal models.