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