Native referenceRedM

GET_ATTRIBUTE_POINTS

0x219DA04BAA9CB065 ATTRIBUTE
FUNCTION SIGNATURE
int GET_ATTRIBUTE_POINTS(`ped` (Ped), `attributeIndex` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

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

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

local result = GetAttributePoints(ped, attributeIndex)

Lua (Hash):

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

Back to ATTRIBUTE