Class AdditionalRelatedFile
- Assembly
- ValveResourceFormat.dll
Represents an additional related file dependency.
public class AdditionalRelatedFileInheritance
Inherited Members
Constructors
AdditionalRelatedFile(BinaryReader)
Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.AdditionalRelatedFile class from a binary reader.
public AdditionalRelatedFile(BinaryReader reader)Parameters
readerBinaryReader
AdditionalRelatedFile(KVObject)
Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.AdditionalRelatedFile class from a KV object.
public AdditionalRelatedFile(KVObject data)Parameters
dataKVObject
Properties
ContentRelativeFilename
Gets or sets the content-relative filename.
public string ContentRelativeFilename { get; set; }Property Value
ContentSearchPath
Gets or sets the content search path.
public string ContentSearchPath { get; set; }Property Value
IsGameFile
Gets or sets whether this is a game file.
public bool IsGameFile { get; set; }