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
stringIdstring
Properties
CharacterAttribute
public CharacterAttribute CharacterAttribute { get; }
Property Value
HowToLearnSkillText
public TextObject HowToLearnSkillText { get; }
Property Value
IsLeaderSkill
public bool IsLeaderSkill { get; }
Property Value
IsPartySkill
public bool IsPartySkill { get; }
Property Value
IsPersonalSkill
public bool IsPersonalSkill { get; }
Property Value
Methods
AutoGeneratedInstanceCollectObjects(List<object>)
protected override void AutoGeneratedInstanceCollectObjects(List<object> collectedObjects)
Parameters
Initialize(TextObject, TextObject, SkillTypeEnum)
public SkillObject Initialize(TextObject name, TextObject description, SkillObject.SkillTypeEnum skillType)
Parameters
nameTextObjectdescriptionTextObjectskillTypeSkillObject.SkillTypeEnum
Returns
SetAttribute(CharacterAttribute)
public void SetAttribute(CharacterAttribute attribute)
Parameters
attributeCharacterAttribute
ToString()
public override string ToString()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).