Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleCreatures
type TStillCreature = class(TCreature)
Creature using TStillCreatureResource.
function Resource: TStillCreatureResource;
procedure Idle(const CompSpeed: Single; var RemoveMe: TRemoveType); override;