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:
@@ -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(); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user