Table of Contents

Class SkillObject

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

Constructors

SkillObject(string)

public SkillObject(string stringId)

Parameters

stringId string

Properties

CharacterAttribute

public CharacterAttribute CharacterAttribute { get; }

Property Value

CharacterAttribute

HowToLearnSkillText

public TextObject HowToLearnSkillText { get; }

Property Value

TextObject

IsLeaderSkill

public bool IsLeaderSkill { get; }

Property Value

bool

IsPartySkill

public bool IsPartySkill { get; }

Property Value

bool

IsPersonalSkill

public bool IsPersonalSkill { get; }

Property Value

bool

Methods

AutoGeneratedInstanceCollectObjects(List<object>)

protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)

Parameters

collectedObjects List<object>

Initialize(TextObject, TextObject, SkillTypeEnum)

public SkillObject Initialize(TextObject name, TextObject description, SkillObject.SkillTypeEnum skillType)

Parameters

name TextObject
description TextObject
skillType SkillObject.SkillTypeEnum

Returns

SkillObject

SetAttribute(CharacterAttribute)

public void SetAttribute(CharacterAttribute attribute)

Parameters

attribute CharacterAttribute

ToString()

public override string ToString()

Returns

string

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