Native referenceRedM

GET_MAX_ATTRIBUTE_RANK

0x704674A0535A471D ATTRIBUTE
FUNCTION SIGNATURE
int GET_MAX_ATTRIBUTE_RANK(`ped` (Ped), `attributeIndex` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

Property Value
Native Name GET_MAX_ATTRIBUTE_RANK
Hash 0x704674A0535A471D
Return Type int
Build 1207
Parameters ped (Ped), attributeIndex (int)

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

local result = GetMaxAttributeRank(ped, attributeIndex)

Lua (Hash):

local result = Citizen.InvokeNative(0x704674A0535A471D, ped, attributeIndex)

Back to ATTRIBUTE