Native referenceRedM

GET_DEFAULT_MAX_ATTRIBUTE_RANK

0x7C059C55AD940CB4 ATTRIBUTE
FUNCTION SIGNATURE
int GET_DEFAULT_MAX_ATTRIBUTE_RANK(Hash modelHash, int attributeIndex);
Property Value
Native Name GET_DEFAULT_MAX_ATTRIBUTE_RANK
Hash 0x7C059C55AD940CB4
Return Type int
Build 1207
Parameters modelHash (Hash), attributeIndex (int)

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

Usage

Lua (Direct):

local result = GetDefaultMaxAttributeRank(modelHash, attributeIndex)

Lua (Hash):

local result = Citizen.InvokeNative(0x7C059C55AD940CB4, modelHash, attributeIndex)
Back to ATTRIBUTE