novelate.files

Copyright © Novelate 2020

Members

Functions

readFileText
string readFileText(string fileName)

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.

Mixins

__anonymous
mixin LoadStory!()
Undocumented in source.

Mixin templates

LoadStory
mixintemplate LoadStory()

Mixin template for loading the story at compile-time.

Meta

Authors

Jacob Jensen (bausshf) Website: https://novelate.com/

Novelate is a free and open-source visual novel engine and framework written in the D programming language.
It can be used freely for both personal and commercial projects.

Module Description: Compile-time file management for reading files during compilation.