Home
last modified time | relevance | path

Searched defs:GetDungeon (Results 1 – 5 of 5) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dlsquare.h193 dungeon* GetDungeon() const { return static_cast<level*>(AreaUnder)->GetDungeon(); } in GetDungeon() function
H A Dlevel.h209 dungeon* GetDungeon() const { return Dungeon; } in GetDungeon() function
H A Dgame.h256 static dungeon* GetDungeon(int I) { return Dungeon[I]; } in GetDungeon() function
H A Dchar.h762 …dungeon* GetDungeon() const { return static_cast<level*>(GetSquareUnder()->GetArea())->GetDungeon(… in GetDungeon() function
/dports/games/ivan/ivan-059/Main/Source/
H A Dscript.cpp1147 const std::map<int, dungeonscript>& gamescript::GetDungeon() const { return Dungeon; } in GetDungeon() function in gamescript