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