readFileText

Reads text from a file loaded at compile-time. The file must be available in the parsed "files.txt" which can be found in the "config" folder in the root of the game project.

string
readFileText
(
string fileName
)

Parameters

fileName string

The name of the file.

Return Value

Type: string

The contents of the file.

Meta