april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages

module_name is part of the command interface for april library.



b.kinds

The list of registered types of brains in current world.

Usage

b.kinds list kinds of actors
b.kinds helpprints usage instructions



b.list

This function lists brains in an actor in current world and some of their basic properties (id, name of the id, running cost and packed energy).

Usage

b.list <actor> lists actors in current world
b.list helpprints usage instructions

Options

actorthe actor who'se brains are listed; this is the offset of the actor in the world list



b.new

This function creates a new brain in an actor in current world. The energy for the brain is taken from the free energy of the world.

Usage

b.new <actor> <id> create new brain instance
b.new helpprints usage instructions

Options

actordestination actor where new brain is created; this is the offset of the actor in the world list
idthe ID of the new brain to create; if the id is invalid or represents a different component the function fails.




Reflexes april-cmd library Actuators