Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK
| Property | Value |
|---|---|
| Native Name | GET_ATTRIBUTE_RANK |
| Hash | 0xA4C8E23E29040DE0 |
| Return Type | int |
| Build | 1207 |
| Parameters | ped (Ped), attributeIndex (int) |
Parameters
ped(Ped)attributeIndex(int)
Usage
Lua (Direct):
local result = GetAttributeRank(ped, attributeIndex)
Lua (Hash):
local result = Citizen.InvokeNative(0xA4C8E23E29040DE0, ped, attributeIndex)