MCPcopy Create free account
hub / github.com/ddnet/ddnet / MakeFrontLayer

Method MakeFrontLayer

src/game/editor/mapitems/map.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void CEditorMap::MakeFrontLayer(const std::shared_ptr<CLayer> &pLayer)
420{
421 m_pFrontLayer = std::static_pointer_cast<CLayerFront>(pLayer);
422}
423
424void CEditorMap::MakeSwitchLayer(const std::shared_ptr<CLayer> &pLayer)
425{

Callers 2

AddFrontLayerMethod · 0.80
SetTileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected