Native referenceRedM

SET_ATTRIBUTE_BONUS_RANK

0x920F9488BD115EFB ATTRIBUTE
FUNCTION SIGNATURE
void SET_ATTRIBUTE_BONUS_RANK(`ped` (Ped), `attributeIndex` (int), `newValue` (int));

Description: attributeIndex: see SET_ATTRIBUTE_BASE_RANK

Property Value
Native Name SET_ATTRIBUTE_BONUS_RANK
Hash 0x920F9488BD115EFB
Return Type void
Build 1207
Parameters ped (Ped), attributeIndex (int), newValue (int)

Parameters

  • ped (Ped)
  • attributeIndex (int)
  • newValue (int)

Usage

Lua (Direct):

SetAttributeBonusRank(ped, attributeIndex, newValue)

Lua (Hash):

Citizen.InvokeNative(0x920F9488BD115EFB, ped, attributeIndex, newValue)

Back to ATTRIBUTE