Show / Hide Table of Contents

Struct DistanceMatch

Namespace: DaggerfallWorkshop.Game.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct DistanceMatch

Constructors

| Improve this Doc View Source

DistanceMatch(String, Single)

Declaration
public DistanceMatch(string answer, float relevance)
Parameters
Type Name Description
String answer
Single relevance

Fields

| Improve this Doc View Source

relevance

Declaration
public readonly float relevance
Field Value
Type Description
Single
| Improve this Doc View Source

text

Declaration
public readonly string text
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX