mg2017
12/22/2021, 1:04 PMconst SERIALISED_ITEM = record.load({
type: record.Type.SERIALIZED_INVENTORY_ITEM,
id: item_id,
isDynamic: false,
});
Is there a way to get the record.Type? The only way I can think of is to use a saved search query, which seems a bit of an overkill.battk
12/22/2021, 1:18 PMmg2017
12/22/2021, 3:30 PMtype: search.Type.ITEM,
I thought I needed to specify the exact item type but the above seems to work.