Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
quest_explore_factory Class Reference
Inheritance diagram for quest_explore_factory:
quest_factory

Public Member Functions

def __init__
 
def create
 
- Public Member Functions inherited from quest_factory
def __init__
 
def __eq__
 
def create
 
def precondition
 
def persistent_factory
 
def private_create
 
def factory
 

Additional Inherited Members

- Data Fields inherited from quest_factory
 removequest
 
 name
 

Detailed Description

Definition at line 67 of file quest_explore.py.

Constructor & Destructor Documentation

def __init__ (   self)

Definition at line 68 of file quest_explore.py.

68 
69  def __init__ (self):
quest.quest_factory.__init__ (self,"quest_explore")

Member Function Documentation

def create (   self)

Definition at line 70 of file quest_explore.py.

70 
71  def create (self):
72  return quest_explore()

The documentation for this class was generated from the following file: