root
Attribute list:
- children (encoding:list): Value: ['root_entity', 'root_operation', 'root_type', 'root_interface'] C equivalent: char *[], void *[]
- description (encoding:string): Value:
You can browse all definitions starting from here and
descending into childrens.
Any character is allowed, including 8 bit control characters and '\0', C equivalent: {int len; char *data;}, C++: string
- id (encoding:string): Value: root C equivalent roughly: for storing id name: char *, as pointer: void *
- interface (encoding:string): Value: base_interface C equivalent roughly: for storing id name: char *, as pointer: void *
- name (encoding:string): Value: Any character is allowed, including 8 bit control characters and '\0', C equivalent: {int len; char *data;}, C++: string
- objtype (encoding:string): Value: meta Examples of values: "op", "class", "type".
- parents (encoding:list): Value: [] C equivalent: char *[], void *[]
- specification (encoding:string): Value: atlas Any character is allowed, including 8 bit control characters and '\0', C equivalent: {int len; char *data;}, C++: string
- stamp (encoding:float): Value: 0.0 Value should be reflect when something was
changed in this object. Any scheme is ok as long as newer numbers
are bigger than older stamps. For example, seconds since Jan 1st,
1970 or total game cycles would both be valid.
- stamp_inherit (encoding:float): Value: 0.0 Value should be reflect when something was changed in some object that inherits from this.
- summary (encoding:string): Value:
All objects inherit from this.
Any character is allowed, including 8 bit control characters and '\0', C equivalent: {int len; char *data;}, C++: string
Bach version:
{
children: ["root_entity", "root_operation", "root_type", "root_interface"],
description: "You can browse all definitions starting from here and
descending into childrens.",
id: "root",
interface: "base_interface",
name: "",
objtype: "meta",
parents: [],
specification: "atlas",
stamp: 0.0,
stamp_inherit: 0.0,
summary: "All objects inherit from this."
}
Aloril
Last modified: Tue Nov 9 17:18:01 EET 1999