Show / Hide Table of Contents

Struct TextFile.TextRecord

Stores a specially parsed text record with all control bytes in format [0x00-0xFF]. Otherwise, text is returned in original format with all control bytes intact.

Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public struct TextRecord

Fields

| Improve this Doc View Source

id

Declaration
public int id
Field Value
Type Description
Int32
| Improve this Doc View Source

text

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