Class TraitObject
- Namespace
- TaleWorlds.CampaignSystem.CharacterDevelopment
- Assembly
- TaleWorlds.CampaignSystem.dll
public sealed class TraitObject : PropertyObject
- Inheritance
-
TraitObject
- Inherited Members
Constructors
TraitObject(string)
public TraitObject(string stringId)
Parameters
stringIdstring
Properties
All
public static MBReadOnlyList<TraitObject> All { get; }
Property Value
IsHidden
public bool IsHidden { get; }
Property Value
MaxValue
public int MaxValue { get; }
Property Value
MinValue
public int MinValue { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
Initialize(TextObject, TextObject, bool, int, int)
public void Initialize(TextObject name, TextObject description, bool isHidden, int minValue, int maxValue)
Parameters
nameTextObjectdescriptionTextObjectisHiddenboolminValueintmaxValueint
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).