Unit gnomish_axe

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

Steel axe

Uses

Overview

Functions and Procedures

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

Description

Functions and Procedures

procedure createGnomishAxe(itmx, itmy: smallint);

Create an axe

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.