2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +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

@@ -333,6 +333,7 @@ public:
}
void Give(hecl::Console*, const std::vector<std::string>&);
void Teleport(hecl::Console*, const std::vector<std::string>&);
void ListWorlds(hecl::Console*, const std::vector<std::string>&);
hecl::Console* Console() const { return m_console.get(); }
};