Class SpecialDependency
- Assembly
- ValveResourceFormat.dll
Represents a special dependency.
public class SpecialDependency
Inheritance
Inherited Members
Constructors
SpecialDependency(BinaryReader)
Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.SpecialDependency class from a binary reader.
public SpecialDependency(BinaryReader reader)
Parameters
reader
BinaryReader
SpecialDependency(KVObject)
Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.SpecialDependency class from a KV object.
public SpecialDependency(KVObject data)
Parameters
data
KVObject
Properties
CompilerIdentifier
Gets or sets the compiler identifier.
public string CompilerIdentifier { get; set; }
Property Value
Fingerprint
Gets or sets the fingerprint.
public uint Fingerprint { get; set; }
Property Value
String
Gets or sets the string value.
public string String { get; set; }
Property Value
UserData
Gets or sets the user data.
public uint UserData { get; set; }