Home > rsc-tools > UnpackOptions
UnpackOptions interface
Options when unpacking an RSC file
Signature:
export interface UnpackOptions<IncludeEmpty extends boolean = boolean>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| include_empty? | IncludeEmpty | (Optional) Include empty rsc entries | |
| validate_checksums? | boolean | (Optional) Validate the RSC file’s integrity |