| Trees | Indices | Help |
|---|
|
|
|
|||
|
NoSuchQuestException NoQuestException is used when there is no active quest with the id |
|||
|
Action Base Action class, to define the structure |
|||
|
ChangeMapAction A change map scheduled |
|||
|
OpenAction Open a container |
|||
|
OpenBoxAction Open a box. |
|||
|
UnlockBoxAction Unlocks a box. |
|||
|
LockBoxAction Locks a box. |
|||
|
ExamineAction Examine an object. |
|||
|
ExamineItemAction Examine an item. |
|||
|
ReadAction Read a text. |
|||
|
TalkAction An action to represent starting a dialogue |
|||
|
UseAction Action for carryable items. |
|||
|
PickUpAction Action for picking up items from a map |
|||
|
DropItemAction Action for dropping an items on a map |
|||
|
DropItemFromContainerAction Action for dropping an items from the Inventory to a map |
|||
|
BrewBeerAction Action for brewing beer in a pot |
|||
|
|||
logger = logging.getLogger('action')
|
|||
ACTIONS = {"ChangeMap": ChangeMapAction, "Open": OpenAction, "
|
|||
|
|||
ACTIONS
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 15 17:19:43 2011 | http://epydoc.sourceforge.net |