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 Sourceid
Declaration
public int id
Field Value
Type | Description |
---|---|
Int32 |
text
Declaration
public string text
Field Value
Type | Description |
---|---|
String |