Back to X64dbg

GuiScriptError

docs/developers/functions/gui/GuiScriptError.md

2026.04.20384 B
Original Source

GuiScriptError

Pop up a message box to alert the user about script error.

c++
void GuiScriptError(int line, const char* message);

Parameters

line Line number where the script error occurred.

message The error message.

Return Value

This function does not return a value.

Example

c++
Example code.
  • List of related functions