x64dbg/docs/developers/functions/gui/GuiScriptSetIp.md
2025-08-26 17:52:06 +08:00

316 B

GuiScriptSetIp

Set the current line in the script view.

void GuiScriptSetIp(int line);

Parameters

line The line number of the new current line.

Return Value

This function does not return a value.

Example

GuiScriptSetIp(0);
  • List of related functions