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