Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2017, 3:47:48 PM (7 years ago)
Author:
rrogge
Message:

zeigt PickupInventory an

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/src/modules/dialogue/DialogueManager.h

    r11393 r11401  
    66#include "network/Host.h"
    77#include "network/NetworkFunctionIncludes.h"
    8 #include "DialoguePrereqs.h"
    98#include "util/Singleton.h"
    109#include <string>
     
    2423                //tolua_begin
    2524                public:
     25               
    2626
    2727                DialogueManager(Context* context); // tolua_export
     
    3030                static DialogueManager& getInstance() { return Singleton<DialogueManager>::getInstance(); }
    3131               
    32                 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    33 
    3432                void setquestion(std::string question);
    3533                std::string getquestion(void);
     34               
    3635
    37 
    38                 virtual void XMLEventPort(Element& xmlelement, XMLPort::Mode mode);
    39                 bool execute(bool bTriggered, BaseObject* trigger);
    40 
     36               
    4137       
    4238
Note: See TracChangeset for help on using the changeset viewer.