_GET_HORSE_TAMING_STATE
Returns an int based on enum eTamingState enum eTamingState { ATS_INVALID = 0, ATS_INACTIVE, ATS_TARGET_DETECTED, ATS_CALLED_OUT, ATS_MOUNTABLE, ATS_BEING_PATTED, ATS_BREAKING_ACTIVE, ATS_SPOOKED, ATS_RETREATING, ATS_FLEEING };
PEDBuild 1207
Signature
lua
GetHorseTamingState(horse)
-- returns intParameters
| Name | Type | Description |
|---|---|---|
| Ped | — |
Usage
lua
GetHorseTamingState(horse)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
