UnsetCatchBag
Clears the currently set catch bag.
After calling this method, items received by the character will no longer be automatically moved to a designated container.
Equivalent to calling SetCatchBag(0).
Сбрасывает текущий «catch bag».
После вызова предметы, получаемые персонажем, больше не будут автоматически перемещаться в назначенный контейнер.
Эквивалентно вызову SetCatchBag(0).
procedure UnsetCatchBag;
def UnsetCatchBag() -> None: ...
begin
UnsetCatchBag;
AddToSystemJournal('Catch bag cleared');
end.
UnsetCatchBag()
AddToSystemJournal('Catch bag cleared')