Show / Hide Table of Contents

Struct FactionFile.FactionData

Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct FactionData

Fields

| Improve this Doc View Source

ally1

Declaration
public int ally1
Field Value
Type Description
Int32
| Improve this Doc View Source

ally2

Declaration
public int ally2
Field Value
Type Description
Int32
| Improve this Doc View Source

ally3

Declaration
public int ally3
Field Value
Type Description
Int32
| Improve this Doc View Source

children

Declaration
public List<int> children
Field Value
Type Description
List<Int32>
| Improve this Doc View Source

enemy1

Declaration
public int enemy1
Field Value
Type Description
Int32
| Improve this Doc View Source

enemy2

Declaration
public int enemy2
Field Value
Type Description
Int32
| Improve this Doc View Source

enemy3

Declaration
public int enemy3
Field Value
Type Description
Int32
| Improve this Doc View Source

face

Declaration
public int face
Field Value
Type Description
Int32
| Improve this Doc View Source

flags

Declaration
public int flags
Field Value
Type Description
Int32
| Improve this Doc View Source

flat1

Declaration
public int flat1
Field Value
Type Description
Int32
| Improve this Doc View Source

flat2

Declaration
public int flat2
Field Value
Type Description
Int32
| Improve this Doc View Source

ggroup

Declaration
public int ggroup
Field Value
Type Description
Int32
| Improve this Doc View Source

id

Declaration
public int id
Field Value
Type Description
Int32
| Improve this Doc View Source

maxf

Declaration
public int maxf
Field Value
Type Description
Int32
| Improve this Doc View Source

minf

Declaration
public int minf
Field Value
Type Description
Int32
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
String
| Improve this Doc View Source

parent

Declaration
public int parent
Field Value
Type Description
Int32
| Improve this Doc View Source

power

Declaration
public int power
Field Value
Type Description
Int32
| Improve this Doc View Source

ptrToFirstChildFaction

Declaration
public int ptrToFirstChildFaction
Field Value
Type Description
Int32
| Improve this Doc View Source

ptrToNextFactionAtSameHierarchyLevel

Declaration
public int ptrToNextFactionAtSameHierarchyLevel
Field Value
Type Description
Int32
| Improve this Doc View Source

ptrToParentFaction

Declaration
public int ptrToParentFaction
Field Value
Type Description
Int32
| Improve this Doc View Source

race

Declaration
public int race
Field Value
Type Description
Int32
| Improve this Doc View Source

rank

Declaration
public int rank
Field Value
Type Description
Int32
| Improve this Doc View Source

region

Declaration
public int region
Field Value
Type Description
Int32
| Improve this Doc View Source

rep

Declaration
public int rep
Field Value
Type Description
Int32
| Improve this Doc View Source

ruler

Declaration
public int ruler
Field Value
Type Description
Int32
| Improve this Doc View Source

rulerNameSeed

Declaration
public uint rulerNameSeed
Field Value
Type Description
UInt32
| Improve this Doc View Source

rulerPowerBonus

Declaration
public int rulerPowerBonus
Field Value
Type Description
Int32
| Improve this Doc View Source

sgroup

Declaration
public int sgroup
Field Value
Type Description
Int32
| Improve this Doc View Source

summon

Declaration
public int summon
Field Value
Type Description
Int32
| Improve this Doc View Source

type

Declaration
public int type
Field Value
Type Description
Int32
| Improve this Doc View Source

vam

Declaration
public int vam
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX