Show / Hide Table of Contents

Class RumorFile

Connects to a Daggerfall RUMOR.DAT file and extracts rumor records.

Inheritance
Object
RumorFile
Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public class RumorFile

Constructors

| Improve this Doc View Source

RumorFile()

Default constructor.

Declaration
public RumorFile()
| Improve this Doc View Source

RumorFile(String, FileUsage, Boolean)

Load constructor.

Declaration
public RumorFile(string filePath, FileUsage usage, bool readOnly)
Parameters
Type Name Description
String filePath

Absolute path to rumor file.

FileUsage usage

Specify if file will be accessed from disk, or loaded into RAM.

Boolean readOnly

File will be read-only if true, read-write if false.

Fields

| Improve this Doc View Source

rumors

List of rumors read from file.

Declaration
public List<RumorFile.DaggerfallRumor> rumors
Field Value
Type Description
List<RumorFile.DaggerfallRumor>

Methods

| Improve this Doc View Source

Load(String, FileUsage, Boolean)

Load rumor file.

Declaration
public bool Load(string filePath, FileUsage usage, bool readOnly)
Parameters
Type Name Description
String filePath

Absolute path to rumor file.

FileUsage usage

Specify if file will be accessed from disk, or loaded into RAM.

Boolean readOnly

File will be read-only if true, read-write if false.

Returns
Type Description
Boolean

True if successful, otherwise false.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX