ClearGumpsIgnore
Clears the gump ignore list, removing all entries added by AddGumpIgnoreByID and AddGumpIgnoreBySerial.
After calling this method, all previously ignored gumps will appear normally again.
Очищает список игнорируемых гампов, удаляя все записи, добавленные через AddGumpIgnoreByID и AddGumpIgnoreBySerial.
После вызова этого метода все ранее игнорируемые гампы снова будут отображаться.
procedure ClearGumpsIgnore;
def ClearGumpsIgnore() -> None: ...
begin
ClearGumpsIgnore;
AddToSystemJournal('Gump ignore list cleared');
end.
ClearGumpsIgnore()
AddToSystemJournal('Gump ignore list cleared')