Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ SetMapTransparency
Function
SetMapTransparency
Source/levels/setmaps.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void SetMapTransparency(const char *path)
68
{
69
auto dunData = LoadFileInMem<uint16_t>(path);
70
LoadTransparency(dunData.get());
71
}
72
73
void LoadCustomMap(const char *path, Point viewPosition)
74
{
Callers
1
LoadSetMap
Function · 0.85
Calls
2
LoadTransparency
Function · 0.85
get
Method · 0.80
Tested by
no test coverage detected