Unit dlgInfo

Classes, Interfaces, Objects and Records
Constants

Description

Information Dialog box

Uses

Overview

Functions and Procedures

procedure infoDialog(message: shortstring);
procedure levelUpDialog(message: shortstring);
procedure newGame;
procedure newWarning;
procedure checkNotifications;
procedure foundMap;
procedure readScroll;
procedure displayCurse;
procedure leaveVillage;
procedure buySellIntro;

Types

dialogFlag = (...);

Variables

dialogType: dialogFlag;
parchmentType: string;

Description

Functions and Procedures

procedure infoDialog(message: shortstring);

Display Info dialog box

procedure levelUpDialog(message: shortstring);

Display level up dialog box

procedure newGame;

Display welcome text

procedure newWarning;

Display a warning when starting a new game

procedure checkNotifications;

Check if there is a pop-up to display

procedure foundMap;

1st cave, found the Smugglers Map

procedure readScroll;

Read a parchment scroll

procedure displayCurse;

Necromancers curse

procedure leaveVillage;

Prompt to leave the village

procedure buySellIntro;

Buy / Sell items dialog box

Types

dialogFlag = (...);

Types of pop-up dialog box

Values
  • dlgNone
  • dlgFoundSMap
  • dlgParchment
  • dlgNecro
  • dlgLveVill
  • dlgMerchantIntro

Variables

dialogType: dialogFlag;

Notifies the game loop whether to display a pop-up or not

parchmentType: string;

Type of parchment scroll found


Generated by PasDoc 0.16.0.