Getting list of items?Solved
Hello everybody!
Can anyone help me in one question? Is there way to get all items (List<Item>), used in Rust, via custom plugin? I mean all items, which we can get from "F1 -> Items" admin menu?
Thanks in advance.
Oh, ok, i finded!
var itemList = ItemManager.itemList;​
Locked automatically