Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 2:49:13 PM (8 years ago)
Author:
rrogge
Message:

question updates

File:
1 edited

Legend:

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

    r11417 r11421  
    4646                std::string getanswers1(void); //tolua_export
    4747                std::string getanswers2(void); //tolua_export
    48                 bool a1clicked(void); //tolua_export
    49                 bool a2clicked(void); //tolua_export
    50                         /*std::string setnpc(std::string npc);
     48                void a1clicked(void); //tolua_export
     49                void a2clicked(void); //tolua_export
     50                        //bool theEnd();
     51                void update(NextQuestion* nq);
    5152
    52                         void setanswers(std::string option1, std::string option2, std::string option3);
    53                         std::vector <std::string> getanswers(void);
    54 
    55                         int getnumOptions();
    56                        
    57 
    58                        
    59                         std::string npc;
    60                         std::vector<std::string> options;
    61                
    62 */
    6353private:
    6454        NextQuestion* currentQuestion;
Note: See TracChangeset for help on using the changeset viewer.