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
Usage
Lua (Direct):
local result = UiPromptIsReleased(prompt)
Lua (Hash):
local result = Citizen.InvokeNative(0xAFC887BA7A7756D6, prompt)
Back to HUD