Class SkillItem
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public class SkillItem : IDisposable
- Inheritance
-
SkillItem
- Implements
- Inherited Members
- Extension Methods
Fields
Code
public AssetLocation Code
Field Value
Data
public object Data
Field Value
Description
public string Description
Field Value
Enabled
public bool Enabled
Field Value
Hotkey
public KeyCombination Hotkey
Field Value
Linebreak
public bool Linebreak
Field Value
Name
public string Name
Field Value
RenderHandler
public RenderSkillItemDelegate RenderHandler
Field Value
Texture
public LoadedTexture Texture
Field Value
TexturePremultipliedAlpha
public bool TexturePremultipliedAlpha
Field Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
WithIcon(ICoreClientAPI, string)
public SkillItem WithIcon(ICoreClientAPI capi, string iconCode)
Parameters
capi
ICoreClientAPIiconCode
string
Returns
WithIcon(ICoreClientAPI, DrawSkillIconDelegate)
public SkillItem WithIcon(ICoreClientAPI capi, DrawSkillIconDelegate onDrawIcon)
Parameters
capi
ICoreClientAPIonDrawIcon
DrawSkillIconDelegate
Returns
WithIcon(ICoreClientAPI, LoadedTexture)
public SkillItem WithIcon(ICoreClientAPI capi, LoadedTexture texture)
Parameters
capi
ICoreClientAPItexture
LoadedTexture
Returns
WithLetterIcon(ICoreClientAPI, string)
public SkillItem WithLetterIcon(ICoreClientAPI capi, string letter)
Parameters
capi
ICoreClientAPIletter
string