Package scripts :: Script dialogueactions :: Class QuestAction
[hide private]
[frames] | no frames]

Class QuestAction

    object --+    
             |    
DialogueAction --+
                 |
                QuestAction
Known Subclasses:

Abstract base class for quest-related DialogueActions.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Initialize a new QuestAction instance.

Inherited from DialogueAction: __call__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from DialogueAction: registerAction

Class Variables [hide private]

Inherited from DialogueAction: keyword, logger, registered_actions

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

Initialize a new QuestAction instance.

Parameters:
  • args (list of objects) - positional arguments.
  • quest_id (basestring) - ID of the quest to manipulate.
  • kwargs (dict of objects) - keyword arguments (not used).
Overrides: object.__init__