Storage Area operations
Storage Area operations
Is there any way to enumerate root items in strorage area?
Re: Storage Area operations
One of the lesser documented areas of POL...
Code: Select all
var storage_areas := StorageAreas();
var area := storage_areas["MyStorageArea"];
foreach root_item in ( area )
// root_item is an item reference
endforeach