MCPcopy 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
2025void GameMap::addMapLight(MapLight *m)
2026{
2027 OD_LOG_INF(serverStr() + "Adding MapLight " + m->getName());
2028 mMapLights.push_back(m);
2029}
2030
2031void GameMap::removeMapLight(MapLight *m)
2032{

Callers 1

addToGameMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected