Table of Contents

Struct ResponseRuleInclude

Namespace
ValveResourceFormat.ResourceTypes
Assembly
ValveResourceFormat.dll

Represents a response rule include.

public struct ResponseRuleInclude

Inherited Members

Properties

Flags1

Gets or sets the first flags value.

public int Flags1 { readonly get; set; }

Property Value

int

Flags2

Gets or sets the second flags value.

public int Flags2 { readonly get; set; }

Property Value

int

Name

Gets or sets the name of the included response rule.

public string Name { readonly get; set; }

Property Value

string