Index

Package: Item_Spawners

Description

package Tools.Item_Spawners is

Classes

Item_Spawner

type Item_Spawner is new Tool with private;

Ancestors:

Primitive operations:

Apply (overriding Tools.Apply)
Construct
Objects.Adjust (Inherited)
Objects.Construct (Inherited)
Objects.Delete (Inherited)
Objects.Object_Read (Inherited)
Objects.Object_Write (Inherited)
Objects.To_String (Inherited)

Types

A_Item_Spawner

type A_Item_Spawner is access all Item_Spawner'Class;

Subprograms & Entries

Create_Item_Spawner

function Create_Item_Spawner
( id: String ) return A_Tool;

Get_ID

function Get_ID
( this: not null access Item_Spawner'Class ) return String;