Class BioFile
Connects to a Daggerfall BIO.DAT file and extracts the player biography text.
Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public class BioFile
Constructors
| Improve this Doc View SourceBioFile()
Declaration
public BioFile()
Properties
| Improve this Doc View SourceLines
Declaration
public List<string> Lines { get; set; }
Property Value
Type | Description |
---|---|
List<String> |
Methods
| Improve this Doc View SourceLoad(String)
Declaration
public bool Load(string filePath)
Parameters
Type | Name | Description |
---|---|---|
String | filePath |
Returns
Type | Description |
---|---|
Boolean |