M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplexTemplate Class Reference

Inherits TaleWorlds.ObjectSystem.MBObjectBase.

Public Member Functions

 LocationComplexTemplate ()
 
override void Deserialize (MBObjectManager objectManager, XmlNode node)
 
- Public Member Functions inherited from TaleWorlds.ObjectSystem.MBObjectBase
 MBObjectBase ()
 
 MBObjectBase (MBObjectBase other)
 
 MBObjectBase (string stringId)
 
void AfterInitialized ()
 
virtual void AfterRegister ()
 
virtual void Initialize ()
 
virtual void Deserialize (MBObjectManager objectManager, XmlNode node)
 
override int GetHashCode ()
 
virtual TextObject GetName ()
 
void PreAfterLoadInternal ()
 
void AfterLoadInternal ()
 
void OnRegistered ()
 
void OnUnregistered ()
 

Public Attributes

List< LocationLocations = new List<Location>()
 
List< KeyValuePair< string, string > > Passages = new List<KeyValuePair<string, string>>()
 

Additional Inherited Members

- Protected Member Functions inherited from TaleWorlds.ObjectSystem.MBObjectBase
virtual void OnBeforeLoad ()
 
virtual void PreAfterLoad ()
 
virtual void AfterLoad ()
 
- Properties inherited from TaleWorlds.ObjectSystem.MBObjectBase
string StringId [get, set]
 
MBGUID Id [get, set]
 
bool IsInitialized [get]
 
bool IsReady [get, set]
 

Constructor & Destructor Documentation

◆ LocationComplexTemplate()

TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplexTemplate.LocationComplexTemplate ( )

Member Function Documentation

◆ Deserialize()

override void TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplexTemplate.Deserialize ( MBObjectManager  objectManager,
XmlNode  node 
)
virtual

Member Data Documentation

◆ Locations

List<Location> TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplexTemplate.Locations = new List<Location>()

◆ Passages

List<KeyValuePair<string, string> > TaleWorlds.CampaignSystem.Settlements.Locations.LocationComplexTemplate.Passages = new List<KeyValuePair<string, string>>()