Unit gnomish_dagger

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

An iron dagger of Gnomish design

Uses

Overview

Functions and Procedures

procedure createGnomishDagger(itmx, itmy: smallint);
procedure useItem(equipped: boolean; ident: smallint);
procedure throw(itemID: smallint);
procedure thrownDamaged(itmID: smallint; inventory: boolean);

Description

Functions and Procedures

procedure createGnomishDagger(itmx, itmy: smallint);

Create a dagger

procedure useItem(equipped: boolean; ident: smallint);

Equip weapon

procedure throw(itemID: smallint);

Remove weapon from inventory when thrown

procedure thrownDamaged(itmID: smallint; inventory: boolean);

Check if weapon is damaged when thrown


Generated by PasDoc 0.16.0.