Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ addMapLight
Method
addMapLight
source/gamemap/GameMap.cpp:2025–2029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2023
}
2024
2025
void GameMap::addMapLight(MapLight *m)
2026
{
2027
OD_LOG_INF(serverStr() +
"Adding MapLight "
+ m->getName());
2028
mMapLights.push_back(m);
2029
}
2030
2031
void GameMap::removeMapLight(MapLight *m)
2032
{
Callers
1
addToGameMap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected