#include <CharacterFactory.h>
Definition at line 39 of file CharacterFactory.h.
 
◆ CharacterFactory()
  
  
      
        
          | RoR::CharacterFactory::CharacterFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ CreateLocalCharacter()
      
        
          | Character * CharacterFactory::CreateLocalCharacter  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ createRemoteInstance()
  
  
      
        
          | void CharacterFactory::createRemoteInstance  | 
          ( | 
          int  | 
          sourceid,  | 
         
        
           | 
           | 
          int  | 
          streamid  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ DeleteAllCharacters()
      
        
          | void CharacterFactory::DeleteAllCharacters  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ GetLocalCharacter()
  
  
      
        
          | Character* RoR::CharacterFactory::GetLocalCharacter  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ handleStreamData()
◆ removeStreamSource()
  
  
      
        
          | void CharacterFactory::removeStreamSource  | 
          ( | 
          int  | 
          sourceid | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ UndoRemoteActorCoupling()
      
        
          | void CharacterFactory::UndoRemoteActorCoupling  | 
          ( | 
          ActorPtr  | 
          actor | ) | 
           | 
        
      
 
 
◆ Update()
      
        
          | void CharacterFactory::Update  | 
          ( | 
          float  | 
          dt | ) | 
           | 
        
      
 
 
◆ m_local_character
  
  
      
        
          | std::unique_ptr<Character> RoR::CharacterFactory::m_local_character | 
         
       
   | 
  
private   | 
  
 
 
◆ m_remote_characters
  
  
      
        
          | std::vector<std::unique_ptr<Character> > RoR::CharacterFactory::m_remote_characters | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: