Native referenceRedM

GET_CONTROL_HOW_LONG_AGO

0xD7D22F5592AED8BA PAD
FUNCTION SIGNATURE
int GET_CONTROL_HOW_LONG_AGO(int padIndex);
Property Value
Native Name _GET_TIME_SINCE_LAST_INPUT
Hash 0xD7D22F5592AED8BA
Return Type int
Build 1207
Parameters padIndex (int)

Description: ``` The number of milliseconds since last padIndex registered pressed


### Usage

**Lua (Direct):**
```lua
local result = GetTimeSinceLastInput(padIndex)

Lua (Hash):

local result = Citizen.InvokeNative(0xD7D22F5592AED8BA, padIndex)
Back to PAD