Native referenceRedM

GET_MAX_ATTRIBUTE_POINTS

0x223BF310F854871C ATTRIBUTE
FUNCTION SIGNATURE
int GET_MAX_ATTRIBUTE_POINTS(`ped` (Ped), `attributeIndex` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

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

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

local result = GetMaxAttributePoints(ped, attributeIndex)

Lua (Hash):

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

Back to ATTRIBUTE