Native referenceRedM

_UI_PROMPT_IS_JUST_PRESSED

0x2787CC611D3FACC5 HUD
FUNCTION SIGNATURE
BOOL _UI_PROMPT_IS_JUST_PRESSED(`prompt` (Prompt));
Property Value
Native Name _UI_PROMPT_IS_JUST_PRESSED
Hash 0x2787CC611D3FACC5
Return Type BOOL
Build 1207
Parameters prompt (Prompt)

Parameters

  • prompt (Prompt)

Usage

Lua (Direct):

local result = UiPromptIsJustPressed(prompt)

Lua (Hash):

local result = Citizen.InvokeNative(0x2787CC611D3FACC5, prompt)

Back to HUD