Luanti 5.16.0-dev
Loading...
Searching...
No Matches
itemgroup.h File Reference
#include <string>
#include <unordered_map>
Include dependency graph for itemgroup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::unordered_map< std::string, int > ItemGroupList

Functions

static int itemgroup_get (const ItemGroupList &groups, const std::string &name)

Typedef Documentation

◆ ItemGroupList

typedef std::unordered_map<std::string, int> ItemGroupList

Function Documentation

◆ itemgroup_get()