| 
    QuestWeaver
    
   A procedural quest generator 
   | 
 
Can be attached to a WorldModel to receive change updates. More...
#include <WorldListener.h>
Public Member Functions | |
| virtual | ~WorldListener ()=default | 
| virtual void | WorldChanged (std::vector< WorldModelAction > modelActions)=0 | 
| This method is called every time the world model changed.  More... | |
Can be attached to a WorldModel to receive change updates.
Definition at line 16 of file WorldListener.h.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
This method is called every time the world model changed.
| modelActions | All the actions the world model executed. |