Interface IMacroBase
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public interface IMacroBase
- Extension Methods
-
Properties
Code
string Code { get; set; }
Property Value
- string
Commands
string[] Commands { get; set; }
Property Value
- string[]
Index
Property Value
- int
KeyCombination
KeyCombination KeyCombination { get; set; }
Property Value
- KeyCombination
Name
string Name { get; set; }
Property Value
- string
iconTexture
LoadedTexture iconTexture { get; set; }
Property Value
- LoadedTexture
Methods
GenTexture(ICoreClientAPI, int)
void GenTexture(ICoreClientAPI capi, int size)
Parameters
capi
ICoreClientAPI
size
int