Table of Contents

Class ArgumentDependency

Namespace
ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly
ValveResourceFormat.dll

Represents an argument dependency.

public class ArgumentDependency

Inheritance

Inherited Members

Constructors

ArgumentDependency(BinaryReader)

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

public ArgumentDependency(BinaryReader reader)

Parameters

reader BinaryReader

ArgumentDependency(KVObject)

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

public ArgumentDependency(KVObject data)

Parameters

data KVObject

Properties

Fingerprint

Gets or sets the fingerprint.

public uint Fingerprint { get; set; }

Property Value

uint

FingerprintDefault

Gets or sets the default fingerprint.

public uint FingerprintDefault { get; set; }

Property Value

uint

ParameterName

Gets or sets the parameter name.

public string ParameterName { get; set; }

Property Value

string

ParameterType

Gets or sets the parameter type.

public string ParameterType { get; set; }

Property Value

string