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);