Class InputDependency
- 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
ContentSearchPath
Gets or sets the content search path.
public string ContentSearchPath { get; set; }
Property Value
FileCRC
Gets or sets the file CRC.
public uint FileCRC { get; set; }
Property Value
FileExists
Gets or sets whether the file exists.
public bool FileExists { get; set; }
Property Value
IsGameFile
Gets or sets whether this is a game file.
public bool IsGameFile { get; set; }
Property Value
Optional
Gets or sets whether the dependency is optional.
public bool Optional { get; set; }