#include <messages.h>
Definition at line 3718 of file messages.h.
 
Various questions that are posed to the user. 
If a specific type is not below, use the generic generalConfirm type. 
| Enumerator | 
|---|
| generalConfirm  | 
 A general question that may concern anything.  
 | 
| secretGuildNotify  | 
 Used to hide members of secret guilds.  
Always denied on client side  
 | 
| duelConfirm  | 
 Asks the user if they would like to duel.  
 | 
| marriageConfirm  | 
 Asks the user if they would like to be married.  
 | 
Definition at line 3726 of file messages.h.
 
 
  
  
      
        
          | psQuestionMessage::psQuestionMessage  | 
          ( | 
          int  | 
          clientnum,  | 
         
        
           | 
           | 
          uint32_t  | 
          questionID,  | 
         
        
           | 
           | 
          const char *  | 
          question,  | 
         
        
           | 
           | 
          questionType_t  | 
          type  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | psQuestionMessage::psQuestionMessage  | 
          ( | 
          MsgEntry *  | 
          me | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | psQuestionMessage::PSF_DECLARE_MSG_FACTORY  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Converts the message into human readable string. 
- Parameters
 - 
  
    | accessPointers | A struct to a number of access pointers.  | 
  
   
- Returns
 - Return a human readable string for the message. 
 
Implements psMessageCracker.
 
 
      
        
          | csString psQuestionMessage::question | 
        
      
 
 
      
        
          | uint32_t psQuestionMessage::questionID | 
        
      
 
 
The documentation for this class was generated from the following file: