Definition at line 2 of file TransmitterBase.c.
 
◆ IsTransmitter()
◆ OnStoreLoad()
Definition at line 18 of file TransmitterBase.c.
   19  {
   20    if (!
super.OnStoreLoad(
ctx, version))
 
   21      return false;
   22 
   23    
   24    
   27    {
   28      SetFrequencyByIndex(0); 
   29      return false;
   30    }
   32    
   33 
   34    return true;
   35  }
 
 
 
◆ OnStoreSave()
◆ OnSwitchOn()
Definition at line 84 of file TransmitterBase.c.
   85  {
   86    if (!GetCompEM().CanWork())
   87      GetCompEM().SwitchOff();
   88  }
 
 
 
◆ OnWorkStart()
Definition at line 90 of file TransmitterBase.c.
   91  {
   92    
   93    EnableBroadcast(true);
   94    EnableReceive(true);
   95    SwitchOn(true);
   96 
   97    
   99  }
void SoundTurnedOnNoiseStart()
 
 
 
 
◆ OnWorkStop()
Definition at line 101 of file TransmitterBase.c.
  102  {
  103    
  104    GetCompEM().SwitchOff();
  105 
  106    
  107    EnableBroadcast(false);
  108    EnableReceive(false);
  109    SwitchOn(false);
  110 
  111    
  113  }
void SoundTurnedOnNoiseStop()
 
 
 
 
◆ SetActions()
◆ SetNextFrequency()
Definition at line 43 of file TransmitterBase.c.
   44  {
   45    SetNextChannel();
   46 
   47    
   48
   49
   50
   51
   52
   53  }
 
 
 
◆ SoundTurnedOnNoiseStart()
  
  
      
        
          | void ItemTransmitter::SoundTurnedOnNoiseStart  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ SoundTurnedOnNoiseStop()
  
  
      
        
          | void ItemTransmitter::SoundTurnedOnNoiseStop  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ m_SoundLoop
◆ SOUND_RADIO_TURNED_ON
  
  
      
        
          | string ItemTransmitter::SOUND_RADIO_TURNED_ON = "" | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: