2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:47:43 +00:00

Initial implementations to support world teleportation via console, Add CVar for logging script messages

This commit is contained in:
2018-06-12 19:07:13 -07:00
parent 00a4cbdac7
commit f6719cbec1
6 changed files with 28 additions and 8 deletions

View File

@@ -54,6 +54,7 @@ public:
std::vector<std::pair<std::string, SObjectTag>> GetResourceIdToNameList() const;
void EnumerateResources(const std::function<bool(const SObjectTag&)>& lambda) const;
void EnumerateNamedResources(const std::function<bool(std::string_view, const SObjectTag&)>& lambda) const;
const std::list<std::unique_ptr<CPakFile>>& GetPaks() const { return x18_pakLoadedList; }
};
}