Unit gnomish_mace

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

Steel mace

Uses

Overview

Functions and Procedures

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

Description

Functions and Procedures

procedure createGnomishMace(itmx, itmy: smallint);

Create a mace

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.