OpenTTD Source  1.11.2
textfile_gui.h File Reference
#include "fileio_type.h"
#include "strings_func.h"
#include "textfile_type.h"
#include "window_gui.h"

Go to the source code of this file.

Data Structures

struct  TextfileWindow
 Window for displaying a textfile. More...
 

Functions

const char * GetTextfile (TextfileType type, Subdirectory dir, const char *filename)
 Search a textfile file next to the given content. More...
 

Detailed Description

GUI functions related to textfiles.

Definition in file textfile_gui.h.

Function Documentation

◆ GetTextfile()

const char* GetTextfile ( TextfileType  type,
Subdirectory  dir,
const char *  filename 
)

Search a textfile file next to the given content.

Parameters
typeThe type of the textfile to search for.
dirThe subdirectory to search in.
filenameThe filename of the content to look for.
Returns
The path to the textfile, nullptr otherwise.

Definition at line 385 of file textfile_gui.cpp.

References lengthof.

Referenced by GRFConfig::GetTextfile(), and ScriptConfig::GetTextfile().