ClearInfoWindow
Clears the content of the Stealth Info Window.
The Info Window is populated by various methods such as GetGumpTextLines, FillNewWindow, GetShopList, and others.
Очищает содержимое информационного окна Stealth.
Информационное окно заполняется различными методами, такими как GetGumpTextLines, FillNewWindow, GetShopList и другими.
procedure ClearInfoWindow;
def ClearInfoWindow() -> None: ...
begin
ClearInfoWindow;
FillInfoWindow('Custom data line 1');
FillInfoWindow('Custom data line 2');
end.
ClearInfoWindow()
FillNewWindow('Custom data line 1')
FillNewWindow('Custom data line 2')