Table of Contents

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

stringId string

Properties

All

public static MBReadOnlyList<TraitObject> All { get; }

Property Value

MBReadOnlyList<TraitObject>

IsHidden

public bool IsHidden { get; }

Property Value

bool

MaxValue

public int MaxValue { get; }

Property Value

int

MinValue

public int MinValue { get; }

Property Value

int

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

Initialize(TextObject, TextObject, bool, int, int)

public void Initialize(TextObject name, TextObject description, bool isHidden, int minValue, int maxValue)

Parameters

name TextObject
description TextObject
isHidden bool
minValue int
maxValue int

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).