Home
last modified time | relevance | path

Searched refs:resRoot (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/Map/
H A DMapInfo.cpp50 resRoot = &resTable; in CMapInfo()
266 const LuaTable& resGfxMaps = resRoot->SubTable("graphics").SubTable("maps"); in ReadWater()
298 caustics = resRoot->SubTable("graphics").SubTable("caustics"); in ReadWater()
340 const LuaTable& resGfxMaps = resRoot->SubTable("graphics").SubTable("maps"); in ReadSMF()
H A DMapInfo.h251 LuaTable* resRoot; // resources parser root table variable
/dports/astro/merkaartor/merkaartor-0.19.0/src/Sync/
H A DDirtyListExecutorOSC.cpp221 QDomElement resRoot = nl.at(0).toElement(); in stop() local
222 QDomElement c = resRoot.firstChildElement(); in stop()