Table of Contents

Class CharacterAttribute

Namespace
TaleWorlds.Core
Assembly
TaleWorlds.Core.dll
public class CharacterAttribute : PropertyObject
Inheritance
CharacterAttribute
Inherited Members

Constructors

CharacterAttribute(string)

public CharacterAttribute(string stringId)

Parameters

stringId string

Properties

Abbreviation

public TextObject Abbreviation { get; }

Property Value

TextObject

Skills

public MBReadOnlyList<SkillObject> Skills { get; }

Property Value

MBReadOnlyList<SkillObject>

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

Initialize(TextObject, TextObject, TextObject)

public void Initialize(TextObject name, TextObject description, TextObject abbreviation)

Parameters

name TextObject
description TextObject
abbreviation TextObject

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