ClearUserStatics
Removes all user-defined static items previously added by AddUserStatic.
Since user statics are stored in the shard data (not per-character), clearing them affects all characters using the same shard files.
Удаляет все пользовательские статик-объекты, ранее добавленные через AddUserStatic.
Поскольку пользовательские статики хранятся в данных шарда (а не для каждого персонажа отдельно), их очистка затрагивает всех персонажей, использующих те же файлы шарда.
procedure ClearUserStatics;
def ClearUserStatics() -> None: ...
begin
ClearUserStatics;
AddToSystemJournal('All user statics removed');
end.
ClearUserStatics()
AddToSystemJournal('All user statics removed')