Home > rsc-tools
Library for unpacking and repacking BYOND .rsc files
The unpackRsc() and packRsc() functions are used to convert between buffers and arrays of RscEntries, the latter are used to see and manipulate the contents of the files inside the .rsc
Classes
  
    
      | Class | 
      Description | 
    
  
  
    
      | EmptyRscEntry | 
      A hole in the rsc file | 
    
    
      | RscEntry | 
      Entry representing a single file in an RSC file | 
    
  
Abstract Classes
  
    
      | Abstract Class | 
      Description | 
    
  
  
    
      | BaseRscEntry | 
      Entry in an RSC file | 
    
  
Enumerations
Functions
Interfaces
  
    
      | Interface | 
      Description | 
    
  
  
    
      | UnpackOptions | 
      Options when unpacking an RSC file | 
    
  
Type Aliases