Show / Hide Table of Contents

Class BioFile

Connects to a Daggerfall BIO.DAT file and extracts the player biography text.

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

Constructors

| Improve this Doc View Source

BioFile()

Declaration
public BioFile()

Properties

| Improve this Doc View Source

Lines

Declaration
public List<string> Lines { get; set; }
Property Value
Type Description
List<String>

Methods

| Improve this Doc View Source

Load(String)

Declaration
public bool Load(string filePath)
Parameters
Type Name Description
String filePath
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX