mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Add Delete Inventory Slash Command (#865)
* moving branch
* Add deleteinven slash command
* Change name of BRICKS_IN_BBB
* Use string_view instead of strcmp
* Remove GameConfig
* Revert "Remove GameConfig"
This reverts commit cef5cdeea2
.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "CDClientManager.h"
|
||||
#include "dCommonVars.h"
|
||||
|
||||
enum eInventoryType : uint32_t;
|
||||
class Item;
|
||||
class InventoryComponent;
|
||||
|
||||
@@ -152,6 +153,11 @@ public:
|
||||
*/
|
||||
static const std::vector<LOT>& GetAllGMItems();
|
||||
|
||||
/**
|
||||
* Remove ALL Items from this inventory.
|
||||
*/
|
||||
void DeleteAllItems();
|
||||
|
||||
~Inventory();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user