Show / Hide Table of Contents

Class BiogFile

Inheritance
Object
BiogFile
Implements
IMacroContextProvider
Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public class BiogFile : IMacroContextProvider

Constructors

| Improve this Doc View Source

BiogFile(CharacterDocument)

Declaration
public BiogFile(CharacterDocument characterDocument)
Parameters
Type Name Description
CharacterDocument characterDocument

Properties

| Improve this Doc View Source

AnswerEffects

Declaration
public List<string> AnswerEffects { get; }
Property Value
Type Description
List<String>
| Improve this Doc View Source

BIOGSourceFolder

Declaration
public static string BIOGSourceFolder { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Q10Tokens

Declaration
public List<int> Q10Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q11Tokens

Declaration
public List<int> Q11Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q12Tokens

Declaration
public List<int> Q12Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q1Tokens

Declaration
public List<int> Q1Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q2Tokens

Declaration
public List<int> Q2Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q3Tokens

Declaration
public List<int> Q3Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q4Tokens

Declaration
public List<int> Q4Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q5Tokens

Declaration
public List<int> Q5Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q6Tokens

Declaration
public List<int> Q6Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q7Tokens

Declaration
public List<int> Q7Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q8Tokens

Declaration
public List<int> Q8Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Q9Tokens

Declaration
public List<int> Q9Tokens { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

Questions

Declaration
public BiogFile.Question[] Questions { get; }
Property Value
Type Description
BiogFile.Question[]

Methods

| Improve this Doc View Source

AddEffect(String, Int32)

Declaration
public void AddEffect(string effect, int index)
Parameters
Type Name Description
String effect
Int32 index
| Improve this Doc View Source

ApplyEffects(IEnumerable<String>, PlayerEntity)

Declaration
public static void ApplyEffects(IEnumerable<string> effects, PlayerEntity playerEntity)
Parameters
Type Name Description
IEnumerable<String> effects
PlayerEntity playerEntity
| Improve this Doc View Source

DigestRepChanges()

Declaration
public void DigestRepChanges()
| Improve this Doc View Source

GenerateBackstory()

Declaration
public List<string> GenerateBackstory()
Returns
Type Description
List<String>
| Improve this Doc View Source

GetClassAffinityIndex(DFCareer, List<DFCareer>)

Declaration
public static int GetClassAffinityIndex(DFCareer custom, List<DFCareer> classes)
Parameters
Type Name Description
DFCareer custom
List<DFCareer> classes
Returns
Type Description
Int32
| Improve this Doc View Source

GetMacroDataSource()

Declaration
public MacroDataSource GetMacroDataSource()
Returns
Type Description
MacroDataSource
| Improve this Doc View Source

GetSkillEffects(IEnumerable<String>)

Declaration
public static int[] GetSkillEffects(IEnumerable<string> effects)
Parameters
Type Name Description
IEnumerable<String> effects
Returns
Type Description
Int32[]

Implements

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