Class InputDependency
Namespace: ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly: ValveResourceFormat.dll
Represents an input file dependency.
csharp
public class InputDependencyInheritance
Constructors
InputDependency(BinaryReader)
Initializes a new instance of the class from a binary reader.
csharp
public InputDependency(BinaryReader reader)Parameters
reader BinaryReader
InputDependency(KVObject)
Initializes a new instance of the class from a KV object.
csharp
public InputDependency(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
FileCRC
Gets or sets the file CRC.
csharp
public uint FileCRC { get; set; }Property Value
FileExists
Gets or sets whether the file exists.
csharp
public bool FileExists { get; set; }Property Value
IsGameFile
Gets or sets whether this is a game file.
csharp
public bool IsGameFile { get; set; }Property Value
Optional
Gets or sets whether the dependency is optional.
csharp
public bool Optional { get; set; }
