Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RuntimeApplication
Method · 0.80
OnPreUpdate
Method · 0.80
Render
Method · 0.80
Update
Method · 0.80
~Application
Method · 0.80
Update
Method · 0.80
ShowDebugWindow
Method · 0.80
SaveWorld
Method · 0.80
OnImGuiRender
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected