MCPcopy Create free account
hub / github.com/AmelieHeinrich/Termina / GetCurrentWorld

Method GetCurrentWorld

Sources/Termina/World/WorldSystem.hpp:31–31  ·  view source on GitHub ↗

World management

Source from the content-addressed store, hash-verified

29
30 // World management
31 World* GetCurrentWorld() const { return m_CurrentWorld.get(); }
32
33 // Create a blank world, replacing the current one.
34 void NewWorld(const std::string& name = "World");

Callers 9

RuntimeApplicationMethod · 0.80
OnPreUpdateMethod · 0.80
RenderMethod · 0.80
UpdateMethod · 0.80
~ApplicationMethod · 0.80
UpdateMethod · 0.80
ShowDebugWindowMethod · 0.80
SaveWorldMethod · 0.80
OnImGuiRenderMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected