Native referenceRedM

_GET_ATTRIBUTE_OVERPOWER_SECONDS_LEFT

0x4C9F782180712742 ATTRIBUTE
FUNCTION SIGNATURE
float _GET_ATTRIBUTE_OVERPOWER_SECONDS_LEFT(`ped` (Ped), `attributeIndex` (int));
Property Value
Native Name _GET_ATTRIBUTE_OVERPOWER_SECONDS_LEFT
Hash 0x4C9F782180712742
Return Type float
Build 1207
Parameters ped (Ped), attributeIndex (int)

Parameters

  • ped (Ped)
  • attributeIndex (int)

Usage

Lua (Direct):

local result = GetAttributeOverpowerSecondsLeft(ped, attributeIndex)

Lua (Hash):

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

Back to ATTRIBUTE