M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.PathFaceRecord Struct Reference

Classes

struct  StackArray6PathFaceRecord
 

Public Member Functions

 PathFaceRecord (int index, int groupIndex, int islandIndex)
 
bool IsValid ()
 

Public Attributes

int FaceIndex
 
int FaceGroupIndex
 
int FaceIslandIndex
 

Static Public Attributes

static readonly PathFaceRecord NullFaceRecord = new PathFaceRecord(-1, -1, -1)
 

Constructor & Destructor Documentation

◆ PathFaceRecord()

TaleWorlds.Library.PathFaceRecord.PathFaceRecord ( int  index,
int  groupIndex,
int  islandIndex 
)

Member Function Documentation

◆ IsValid()

bool TaleWorlds.Library.PathFaceRecord.IsValid ( )

Member Data Documentation

◆ FaceIndex

int TaleWorlds.Library.PathFaceRecord.FaceIndex

◆ FaceGroupIndex

int TaleWorlds.Library.PathFaceRecord.FaceGroupIndex

◆ FaceIslandIndex

int TaleWorlds.Library.PathFaceRecord.FaceIslandIndex

◆ NullFaceRecord

readonly PathFaceRecord TaleWorlds.Library.PathFaceRecord.NullFaceRecord = new PathFaceRecord(-1, -1, -1)
static