Interfaces

root_interface

Attribute list: Bach version:
{
	children: ["base_interface", "game_interface"],
	id: "root_interface",
	objtype: "meta",
	operations: [],
	parents: ["root"],
	summary: "starting point for interface browsing, not used otherwise"
}

    

base_interface

Attribute list: Bach version:
{
	children: [],
	description: "admin can use this interface for setting,
    abstract hierarchy and actual game objects too",
	id: "base_interface",
	objtype: "interface",
	operations: ["create", "delete", "set", "get"],
	parents: ["root_interface"],
	summary: "raw interface"
}

    

game_interface

Attribute list: Bach version:
{
	children: [],
	id: "game_interface",
	objtype: "interface",
	operations: ["create", "combine", "divide", "communicate", "move", "perceive", "talk", "look", "listen", "sniff", "touch"],
	parents: ["root_interface"],
	specification: "atlas_game",
	summary: "client interface for controlling character etc.."
}

    

Aloril
Last modified: Tue Nov 9 17:37:55 EET 1999