Class SkillScroll
Inheritance
System.Object
SkillScroll
Assembly: Eco.Gameplay.dll
[ItemGroup("Skill Scrolls")]
public abstract class SkillScroll : Item, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IController, IViewController, IHasUniversalID
Constructors
Declaration
Properties
Declaration
public Skill Skill { get; }
Property Value
Declaration
public abstract Type SkillBookType { get; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public abstract Type SkillType { get; }
Property Value
Type |
Description |
System.Type |
|
Methods
Declaration
public override string OnUsed(Player player, ItemStack itemStack)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public Result TryLearnScroll(User user, ItemStack itemStack)
Parameters
Returns
Implements
Extension Methods