Class MyObjectBuilder_ChatBroadcastEntityComponent
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_ChatBroadcastEntityComponent
   
  
  
  Assembly: SpaceEngineers.ObjectBuilders.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_ChatBroadcastEntityComponent : MyObjectBuilder_ComponentBase
   
  Constructors
  
  
  
  
  MyObjectBuilder_ChatBroadcastEntityComponent()
  
  
  Declaration
  
    public MyObjectBuilder_ChatBroadcastEntityComponent()
   
  Fields
  
  
  
  BroadcastTarget
  
  
  Declaration
  
    public int BroadcastTarget
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  CustomName
  
  
  Declaration
  
    [Serialize]
public string CustomName
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  Messages
  
  
  Declaration
  
    [Serialize]
public List<string> Messages
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.List<System.String> |  | 
    
  
  
  
  UseAntenna
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Extension Methods