Table of Contents

Class ResponseRules

Namespace
ValveResourceFormat.ResourceTypes
Assembly
ValveResourceFormat.dll

Represents response rules resource.

public class ResponseRules : Block

Inheritance

Inherited Members

Extension Methods

Properties

Arg1

Gets the first header byte read from the response rules block.

public byte Arg1 { get; }

Property Value

byte

Arg2

Gets the second header byte read from the response rules block.

public byte Arg2 { get; }

Property Value

byte

Arg3

Gets the third header byte read from the response rules block.

public byte Arg3 { get; }

Property Value

byte

Arg4

Gets the fourth header byte read from the response rules block.

public byte Arg4 { get; }

Property Value

byte

File

Gets the response rules file content.

public string File { get; }

Property Value

string

Includes

Gets the included response rules.

public ResponseRuleInclude[] Includes { get; }

Property Value

ResponseRuleInclude[]

Type

Gets the block type.

public override BlockType Type { get; }

Property Value

BlockType

Methods

Read(BinaryReader)

Reads the block data from a binary reader.

public override void Read(BinaryReader reader)

Parameters

reader BinaryReader

The binary reader to read from.

Serialize(Stream)

Writes the binary representation of the object to Stream.

public override void Serialize(Stream stream)

Parameters

stream Stream

Stream.

WriteText(IndentedTextWriter)

Writes the correct text dump of the object to IndentedTextWriter.

public override void WriteText(IndentedTextWriter writer)

Parameters

writer IndentedTextWriter

IndentedTextWriter.