#charset "us-ascii"
#include <tads.h>
#include "advlite.h"
/*
* Multimethtia.t
*
* Version 1.0
*
* This extension simply calls the mmTia() macro on all the TIActions defined in the library to
* enable them for multi-method handling.
*/
MMTIAction(DigWith);
MMTIAction(CleanWith);
MMTIAction(MoveTo);
MMTIAction(MoveAwayFrom);
MMTIAction(MoveWith);
MMTIAction(PutOn);
MMTIAction(PutIn);
MMTIAction(PutUnder);
MMTIAction(PutBehind);
MMTIAction(UnlockWith);
MMTIAction(LockWith);
MMTIAction(AttachTo);
MMTIAction(DetachFrom);
MMTIAction(FastenTo);
MMTIAction(TurnWith);
MMTIAction(CutWith);
MMTIAction(TakeFrom);
MMTIAction(ThrowAt);
MMTIAction(ThrowTo);
MMTIAction(AttackWith);
MMTIAction(BurnWith);
MMTIAction(PourOnto);
MMTIAction(PourInto);
MMTIAction(ScrewWith);
MMTIAction(UnscrewWith);
MMTIAction(UnfastenFrom);
MMTIAction(PlugInto);
MMTIAction(UnplugFrom);
MMTIAction(PushTravelThrough);
MMTIAction(PushTravelEnter);
MMTIAction(PushTravelGetOutOf);
MMTIAction(PushTravelClimbUp);
MMTIAction(PushTravelClimbDown);
MMTIAction(GiveTo);
MMTIAction(ShowTo);
Adv3Lite Library Reference Manual
Generated on 26/02/2025 from adv3Lite version 2.2