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