Revision Difference
DTileLayout:GetTile#553555
<function name="GetTile" parent="DTileLayout" type="panelfunc">
<ispanel>yes</ispanel>⤶
<description><internal></internal> Gets the occupied state of a tile.</description>
<realm>Client</realm>
<args>
<arg name="x" type="number">The x coordinate of the tile.</arg>
<arg name="y" type="number">The y coordinate of the tile.</arg>
</args>
<rets>
<ret name="" type="any">The occupied state of the tile, normally `1` or `nil`.</ret>
</rets>
</function>