Guest User

Untitled

a guest
Mar 22nd, 2023
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. if (!cell.NoCreate())
  2.     EnsureGridLoaded(cell);
  3. if (IsGridLoaded(GridCoord(x, y)))
  4.     getNGrid(x, y)->VisitGrid(cell_x, cell_y, visitor);
Advertisement
Add Comment
Please, Sign In to add comment