Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Include/
H A Dstack.h117 lsquare* GetNearLSquare(v2 Pos) const { return GetLSquareUnder()->GetLevel()->GetLSquare(Pos); } in GetNearLSquare() function
H A Dlsquare.h165 lsquare* GetNearLSquare(v2 Pos) const { return static_cast<lsquare*>(AreaUnder->GetSquare(Pos)); } in GetNearLSquare() function
H A Ditem.h454 …lsquare* GetNearLSquare(v2 Pos) const { return static_cast<lsquare*>(Slot[0]->GetSquareUnder()->Ge… in GetNearLSquare() function
455 …lsquare* GetNearLSquare(int x, int y) const { return static_cast<lsquare*>(Slot[0]->GetSquareUnder… in GetNearLSquare() function
H A Dchar.h772 …lsquare* GetNearLSquare(v2 Pos) const { return static_cast<lsquare*>(GetSquareUnder()->GetArea()->… in GetNearLSquare() function
773 …lsquare* GetNearLSquare(int x, int y) const { return static_cast<lsquare*>(GetSquareUnder()->GetAr… in GetNearLSquare() function
/dports/games/ivan/ivan-059/Main/Source/
H A Dlterra.cpp22 lsquare* lterrain::GetNearLSquare(v2 Pos) const { return LSquareUnder->GetLevel()->GetLSquare(Pos);… in GetNearLSquare() function in lterrain
23 lsquare* lterrain::GetNearLSquare(int x, int y) const { return LSquareUnder->GetLevel()->GetLSquare… in GetNearLSquare() function in lterrain