Skip to content

Reference

  1. rumchat_actor, the main init module with the actor class.
  2. rumchat_actor.actions, some common message actions, ready to register (after instancing in some cases).
  3. rumchat_actor.commands, the ChatCommand abstract class, and some derivative classes for common commands, which are ready to register (after instancing).
  4. rumchat_actor.misc, miscellaneous stuff for end use.
  5. rumchat_actor.utils, various utility functions for internal use.
  6. rumchat_actor.static, static variables.
  7. Action Properties, metadata created by message actions, and passed to both actions and commands.

S.D.G.