a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / PedType
Enum representing different types of pedestrians.
PedType enumerates the possible pedestrian types in the system:
CivMale
: Represents a civilian male.CivFemale
: Represents a civilian female.Animal
: Represents an animal.@enum{string}
Animal:
"ANIMAL"
CivFemale:
"CIVFEMALE"
CivMale:
"CIVMALE"