NovelateCharacter

A character.

Constructors

this
this(string name)

Creates a new character.

Members

Functions

getImage
string getImage(string entry, size_t width)

Gets an image from the character's internal image collection.

Properties

about
string about [@property getter]

Gets the about information of the character.

aboutImage
string aboutImage [@property getter]

Gets the about image of the character.

aliasName
string aliasName [@property getter]

Gets the alias name of the character. Used internally if ex. display name has special characters, making it easier to retrieve/update etc. from code.

name
string name [@property getter]

Gets the name of the character.

nameColor
string nameColor [@property getter]

Gets the name color of the character.

Meta