M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Core.PropertyObject Class Reference

Property Object class

Inherits TaleWorlds.ObjectSystem.MBObjectBase.

Inherited by TaleWorlds.CampaignSystem.CharacterDevelopment.FeatObject, TaleWorlds.CampaignSystem.CharacterDevelopment.PerkObject, TaleWorlds.CampaignSystem.CharacterDevelopment.TraitObject, TaleWorlds.CampaignSystem.CultureTrait, TaleWorlds.CampaignSystem.PolicyObject, TaleWorlds.CampaignSystem.SkillEffect, TaleWorlds.Core.BannerEffect, TaleWorlds.Core.CharacterAttribute, and TaleWorlds.Core.SkillObject.

Public Member Functions

 PropertyObject (string stringId)
 Initializes a new instance of the SkillObject class. More...
 
void Initialize (TextObject name, TextObject description)
 
- 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 ()
 

Properties

TextObject Name [get]
 
TextObject Description [get]
 
- Properties inherited from TaleWorlds.ObjectSystem.MBObjectBase
string StringId [get, set]
 
MBGUID Id [get, set]
 
bool IsInitialized [get]
 
bool IsReady [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from TaleWorlds.ObjectSystem.MBObjectBase
virtual void OnBeforeLoad ()
 
virtual void PreAfterLoad ()
 
virtual void AfterLoad ()
 

Constructor & Destructor Documentation

◆ PropertyObject()

TaleWorlds.Core.PropertyObject.PropertyObject ( string  stringId)
Parameters
stringIdString id.
nameThe name.
descriptionThe description.

Member Function Documentation

◆ Initialize()

void TaleWorlds.Core.PropertyObject.Initialize ( TextObject  name,
TextObject  description 
)

Property Documentation

◆ Name

TextObject TaleWorlds.Core.PropertyObject.Name
get

◆ Description

TextObject TaleWorlds.Core.PropertyObject.Description
get