Native referenceRedM

GET_ATTRIBUTE_BASE_RANK

0x147149F2E909323C ATTRIBUTE
FUNCTION SIGNATURE
int GET_ATTRIBUTE_BASE_RANK(`ped` (Ped), `attributeIndex` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

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

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

local result = GetAttributeBaseRank(ped, attributeIndex)

Lua (Hash):

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

Back to ATTRIBUTE