public static CheckTilePermission ( TShockAPI.TSPlayer player, int tileX, int tileY, bool paint = false ) : bool | ||
player | TShockAPI.TSPlayer | player - The TSPlayer object. |
tileX | int | tileX - The x coordinate of the tile. |
tileY | int | tileY - The y coordinate of the tile. |
paint | bool | paint - Whether or not the tile is paint. |
return | bool |