Go backward to Methods
Go up to Fundamentals of Object Oriented Programming (OOP)
Go forward to Messages

Commands

When you connect to a ColdCore, a  parser is started for your connection. The parser reads input from you, and magically translates what you type into an invocation of a method.

Commands are what the parser looks at to find out what method to invoke.

[give example of how to create and modify a command] (or maybe this should be under building?)

 @add-command <template> [to|for] <object>.<method>
 @command [options] <object>
 @which template

Neale Pickett <zephyr@nmt.edu>

Prev Up Next