MCPcopy 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
67void SetMapTransparency(const char *path)
68{
69 auto dunData = LoadFileInMem<uint16_t>(path);
70 LoadTransparency(dunData.get());
71}
72
73void LoadCustomMap(const char *path, Point viewPosition)
74{

Callers 1

LoadSetMapFunction · 0.85

Calls 2

LoadTransparencyFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected