novelate.character

Copyright © Novelate 2020

Members

Classes

NovelateCharacter
class NovelateCharacter

A character.

NovelateCharacterImageCollection
class NovelateCharacterImageCollection

A collection of character images.

Functions

createCharacterBase
void createCharacterBase(string name)

Creates a character base and adds it to the character collection.

getCharacter
NovelateCharacter getCharacter(string name)

Gets a character.

updateCharacter
void updateCharacter(string characterName, string name, string value)

Updates a character with parsed configurations.

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: This module handles everything that has to do with the core of characters within a novel.