| Trees | Indices | Help |
|---|
|
|
object --+
|
dict --+
|
QuestEngine
|
|||
new empty dictionary |
|
||
|
|||
|
|||
| list of D's (key, value) pairs, as 2-tuples |
|
||
| list of D's values |
|
||
| list of D's keys |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a quest engine object
|
str(x)
|
x[y]
|
|
|
|
Add a quest to the quest log
|
Move a quest to the finished quests log
|
Restart a quest
|
Set a quest to failed
|
Check whether a quest is present in the quest_list. It doesn't matter which state the quest is, or even if its started.
|
Check whether a quest is in the quest log
|
Check whether a quest is in the finished quests log
|
Check whether a quest is in the failed quests log
|
Prepares state for saving
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 14 05:00:12 2011 | http://epydoc.sourceforge.net |