Index

Package: Little_Keen

Description

package Entities.Players.Little_Keen is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Classes

Little_Keen

type Little_Keen is new Player with private;

Ancestors:

Primitive operations:

Construct (overriding Objects.Construct)
Die
Entities.Adjust (Inherited)
Entities.Construct (Inherited)
Entities.Delete (Inherited)
Entities.Object_Input (Inherited)
Entities.On_Activate (Inherited)
Entities.On_Collide (Inherited)
Entities.On_Hit_Wall (Inherited)
Entities.On_Load (Inherited)
Entities.On_Separate (Inherited)
Entities.Players.Die (Inherited)
Entities.Players.Object_Read (Inherited)
Entities.Players.Object_Write (Inherited)
Entities.Set_Attribute (Inherited)
Entities.Set_Directive (Inherited)
Entities.Tick (Inherited)
Entities.To_String (Inherited)
Object_Input
Object_Read
Object_Write
Update (overriding Entities.Update)
Update_Frame (overriding Entities.Update_Frame)

Types

A_Little_Keen

type A_Little_Keen is access all Little_Keen'Class;