The Four-Eyed Guide to TADS 3 by David Welbourn index
Note that the abbreviation Y is not defined as a synonym for YES.
>yes |
yes matches VerbRule(Yes) which invokes YesAction. [TODO]
>yes |
actions.t |
Short description |
---|---|
DefineIAction(Yes) |
Defines class YesAction: IAction |
Note: DefineIAction(name) is a macro defined in adv3.h. |
Note: IAction is a class defined in action.t. |
actor.t |
Short description |
objects.t |
Short description |
thing.t |
Short description |
en_us\en_us.t |
Short description |
VerbRule(Yes) |
Associates the grammar "yes" with YesAction. |
Note: VerbRule(tag) is a macro defined in en_us.h. |
Note: YesAction is defined in actions.t (see above). |
en_us\msg_neu.t |
Short description |