module_name is part of the command interface for april library.
The list of registered types of reflexs in current world.
r.kinds | list kinds of actors |
r.kinds help | prints usage instructions |
This function lists reflexs in an actor in current world and some of their basic properties (id, name of the id, running cost and packed energy).
r.list <actor> | lists actors in current world |
r.list help | prints usage instructions |
actor | the actor who'se reflexs are listed; this is the offset of the actor in the world list |
This function creates a new reflex in an actor in current world. The energy for the reflex is taken from the free energy of the world.
r.new <actor> <id> | create new reflex instance |
r.new help | prints usage instructions |
actor | destination actor where new reflex is created; this is the offset of the actor in the world list |
id | the ID of the new reflex to create; if the id is invalid or represents a different component the function fails. |
Sensors | april-cmd library | Brain |