Native referenceRedM

_UI_PROMPT_IS_ENABLED

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

Parameters

  • prompt (Prompt)

Usage

Lua (Direct):

local result = UiPromptIsEnabled(prompt)

Lua (Hash):

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

Back to HUD