GetCell (Method)
From Legacy Roblox Wiki
GetCell( int x, int y, int z ) | |
Returns | CellMaterial material, CellType type, CellOrientation orientation |
Description: | Returns the material, type, and orientation of grid cell (x, y, z). |
Member of: | Terrain |
Usage
- (x, y, z) is a grid cell location, and not a position in world space.