Native referenceRedM

GET_DEFAULT_ATTRIBUTE_RANK

0x958DD43D41F89A47 ATTRIBUTE
FUNCTION SIGNATURE
int GET_DEFAULT_ATTRIBUTE_RANK(`ped` (Ped), `attributeIndex` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

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

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

local result = GetDefaultAttributeRank(ped, attributeIndex)

Lua (Hash):

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

Back to ATTRIBUTE