DialogueManager

Manager for dialogue

Constructors

this
this(VNState state)
Undocumented in source.

Members

Functions

done
bool done()

Whether the text is done scrolling

draw
void draw()

Draw dialogue box

push
void push(dstring dialogue, dstring origin)

Push dialogue/action to the renderer Automatically pu

skip
void skip()

Skip to end of text

update
void update()

Update the dialogue manager

Variables

autoNext
bool autoNext;

Whether the dialogue requested to automatically advance

hide
bool hide;

Whether the hide the dialogue box

Meta