hud.open_block 4th overlay mode argument

This commit is contained in:
MihailRis
2024-02-22 11:01:14 +03:00
parent 6b17e33b76
commit cae0ceb8a3
3 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ public:
void setPause(bool pause);
void openInventory();
void openInventory(glm::ivec3 block, UiDocument* doc, std::shared_ptr<Inventory> blockInv);
void openInventory(glm::ivec3 block, UiDocument* doc, std::shared_ptr<Inventory> blockInv, bool playerInventory);
void closeInventory();
void openPermanent(UiDocument* doc);