Game

class Game(visualNovel: VisualNovel, gameSave: GameSave = GameSave.EMPTY, restorePoint: RestorePoint = RestorePoint.EMPTY)

An executable game with a specified visualNovel and optional gameSave and restorePoint.

Constructors

Link copied to clipboard
constructor(visualNovel: VisualNovel, gameSave: GameSave = GameSave.EMPTY, restorePoint: RestorePoint = RestorePoint.EMPTY)

Properties

Link copied to clipboard

Get if this game is executing

Functions

Link copied to clipboard

Get a GameSave for the game.

Link copied to clipboard

Get a RestorePoint for the game with a specified name.