module_name is part of the command interface for april library.
The list of registered types of brains in current world.
b.kinds | list kinds of actors |
b.kinds help | prints usage instructions |
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).
b.list <actor> | lists actors in current world |
b.list help | prints usage instructions |
actor | the actor who'se brains are listed; this is the offset of the actor in the world list |
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.
b.new <actor> <id> | create new brain instance |
b.new help | prints usage instructions |
actor | destination actor where new brain is created; this is the offset of the actor in the world list |
id | the 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 |