[][src]Type Definition screeps_api::TerrainGrid

type TerrainGrid = ArrayVec<[TerrainRow; 50]>;

A type alias for a 50x50 terrain grid. terrain[y_pos][x_pos] can be used to access any terrain from x 0-49, y 0-49.