mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add MetaDataRef:get_keys (#12841)
This commit is contained in:
parent
1a045da0dd
commit
cd8a7fe472
20 changed files with 125 additions and 0 deletions
|
@ -127,6 +127,8 @@ public:
|
|||
|
||||
const StringMap &getStrings(StringMap *place) const override;
|
||||
|
||||
const std::vector<std::string> &getKeys(std::vector<std::string> *place) const override;
|
||||
|
||||
protected:
|
||||
const std::string *getStringRaw(const std::string &name,
|
||||
std::string *place) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue