Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ LoadMapPreview
Function
LoadMapPreview
source/core/menu/usermap.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void LoadMapPreview(FUsermapEntry* entry)
144
{
145
if (entry->wallsread) return;
146
entry->walls = loadMapWalls(entry->filename.GetChars());
147
}
148
149
void UnloadMapPreviews(FUsermapDirectory* dir)
150
{
Callers
1
DEFINE_ACTION_FUNCTION
Function · 0.85
Calls
2
loadMapWalls
Function · 0.85
GetChars
Method · 0.45
Tested by
no test coverage detected