Table of Contents

Class AdditionalRelatedFile

Namespace
ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly
ValveResourceFormat.dll

Represents an additional related file dependency.

public class AdditionalRelatedFile

Inheritance

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

reader BinaryReader

AdditionalRelatedFile(KVObject)

Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.AdditionalRelatedFile class from a KV object.

public AdditionalRelatedFile(KVObject data)

Parameters

data KVObject

Properties

ContentRelativeFilename

Gets or sets the content-relative filename.

public string ContentRelativeFilename { get; set; }

Property Value

string

ContentSearchPath

Gets or sets the content search path.

public string ContentSearchPath { get; set; }

Property Value

string

IsGameFile

Gets or sets whether this is a game file.

public bool IsGameFile { get; set; }

Property Value

bool