Native referenceRedM

_UI_PROMPT_IS_RELEASED

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

Parameters

  • prompt (Prompt)

Usage

Lua (Direct):

local result = UiPromptIsReleased(prompt)

Lua (Hash):

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

Back to HUD