| Property | Value |
|---|---|
| Native Name | _GET_LONGARM_STORE_ON_DISMOUNT_STATE |
| Hash | 0x5A695BD328586B44 |
| Return Type | BOOL |
| Build | 1207 |
| API Set | client |
| Parameters | ped (Ped), p1 (int) |
Description: Returns true if ped is on a horse while inside of a town Params: p1 = 0 GET_L* - GET_MA*
Usage
Lua (Direct):
local result = GetLongarmStoreOnDismountState(ped, p1)
Lua (Hash):
local result = Citizen.InvokeNative(0x5A695BD328586B44, ped, p1)