Table of Contents

Class InputDependency

Namespace
ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly
ValveResourceFormat.dll

Represents an input file dependency.

public class InputDependency

Inheritance

Inherited Members

Constructors

InputDependency(BinaryReader)

Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.InputDependency class from a binary reader.

public InputDependency(BinaryReader reader)

Parameters

reader BinaryReader

InputDependency(KVObject)

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

public InputDependency(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

FileCRC

Gets or sets the file CRC.

public uint FileCRC { get; set; }

Property Value

uint

FileExists

Gets or sets whether the file exists.

public bool FileExists { get; set; }

Property Value

bool

IsGameFile

Gets or sets whether this is a game file.

public bool IsGameFile { get; set; }

Property Value

bool

Optional

Gets or sets whether the dependency is optional.

public bool Optional { get; set; }

Property Value

bool