Native referenceRedM

_IS_ATTRIBUTE_OVERPOWERED

0x103C2F885ABEB00B ATTRIBUTE
FUNCTION SIGNATURE
BOOL _IS_ATTRIBUTE_OVERPOWERED(`ped` (Ped), `attributeIndex` (int));

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)

Back to ATTRIBUTE