Native referenceRedM

_UI_PROMPT_DELETE

0x00EDE88D4D13CF59 HUD
FUNCTION SIGNATURE
void _UI_PROMPT_DELETE(`prompt` (Prompt));
Property Value
Native Name _UI_PROMPT_DELETE
Hash 0x00EDE88D4D13CF59
Return Type void
Build 1207
Parameters prompt (Prompt)

Parameters

  • prompt (Prompt)

Usage

Lua (Direct):

UiPromptDelete(prompt)

Lua (Hash):

Citizen.InvokeNative(0x00EDE88D4D13CF59, prompt)

Back to HUD