Garry's Mod Wiki

DTileLayout:GetTile

  any DTileLayout:GetTile( number x, number y )

Description

This is used internally - although you're able to use it you probably shouldn't.

Gets the occupied state of a tile.

Arguments

1 number x
The x coordinate of the tile.
2 number y
The y coordinate of the tile.

Returns

1 any
The occupied state of the tile, normally 1 or nil.