Class ContainerRecord
  
  Container record.
SaveTreeRecordTypes = 0x34
 
  
  
    Inheritance
    
    
    ContainerRecord
   
  
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public class ContainerRecord : SaveTreeBaseRecord
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ContainerRecord()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ContainerRecord(BinaryReader, Int32)
  
  
  Declaration
  
    public ContainerRecord(BinaryReader reader, int length)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsWagon
  Returns true if this is a wagon.
 
  
  Declaration
  
    public bool IsWagon { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ParsedData
  
  
  Declaration
  
    public ContainerRecord.ContainerRecordData ParsedData { get; set; }
   
  Property Value