This is a utility class used to load/save NPCs from/to an XML file Was used in the past to load NPCs created by people with no access to the database or webconsole.  
 More...
#include <psnpcloader.h>
This is a utility class used to load/save NPCs from/to an XML file Was used in the past to load NPCs created by people with no access to the database or webconsole. 
Definition at line 49 of file psnpcloader.h.
 
      
        
          | bool psNPCLoader::LoadDialogsFromFile  | 
          ( | 
          csString &  | 
          filename | ) | 
           | 
        
      
 
 
      
        
          | bool psNPCLoader::LoadFromFile  | 
          ( | 
          csString &  | 
          filename | ) | 
           | 
        
      
 
 
      
        
          | bool psNPCLoader::RemoveFromDatabase  | 
          ( | 
          int  | 
          npcid | ) | 
           | 
        
      
 
 
      
        
          | bool psNPCLoader::SaveDialogsToFile  | 
          ( | 
          csString &  | 
          area,  | 
        
        
           | 
           | 
          csString &  | 
          filename,  | 
        
        
           | 
           | 
          int  | 
          questid,  | 
        
        
           | 
           | 
          bool  | 
          quest  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | bool psNPCLoader::SaveToFile  | 
          ( | 
          int  | 
          id,  | 
        
        
           | 
           | 
          csString &  | 
          filename  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: