Class MyObjectBuilder_TimerComponent
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_TimerComponent
   
  
  
  Assembly: VRage.Game.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_TimerComponent : MyObjectBuilder_ComponentBase
   
  Constructors
  
  
  
  
  MyObjectBuilder_TimerComponent()
  
  
  Declaration
  
    public MyObjectBuilder_TimerComponent()
   
  Fields
  
  
  
  RemoveEntityOnTimer
  
  
  Declaration
  
    public bool RemoveEntityOnTimer
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  Repeat
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  SetTimeMinutes
  
  
  Declaration
  
    public float SetTimeMinutes
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  TimerEnabled
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  TimerType
  
  
  Declaration
  
    public MyTimerTypes TimerType
   
  Field Value
  
  
  
  TimeToEvent
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  Properties
  
  
  
  
  FramesFromLastTrigger
  
  
  Declaration
  
    public uint FramesFromLastTrigger { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.UInt32 |  | 
    
  
  
  
  
  IsSessionUpdateEnabled
  
  
  Declaration
  
    public bool IsSessionUpdateEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  TimerTickInFrames
  
  
  Declaration
  
    public uint TimerTickInFrames { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.UInt32 |  | 
    
  
  Extension Methods