1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Created LUA API (markdown)

Robert Beekman 2016-11-01 17:59:22 +01:00
parent ad18ca4a03
commit 208f9091e4

18
LUA-API.md Normal file

@ -0,0 +1,18 @@
- [Profile](https://github.com/SpoinkyNL/Artemis/wiki/profile)
- [Properties](https://github.com/SpoinkyNL/Artemis/wiki/profile#properties)
- [Name](https://github.com/SpoinkyNL/Artemis/wiki/profile#name)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/profile#functions)
- [GetLayers](https://github.com/SpoinkyNL/Artemis/wiki/profile#getlayers)
- [GetLayerByName](https://github.com/SpoinkyNL/Artemis/wiki/profile#getlayerbyname)
- [Keyboard](https://github.com/SpoinkyNL/Artemis/wiki/keyboard)
- [Properties](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#properties)
- [Name](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#name)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#functions)
- [PressKeys](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#presskeys)
- [Brushes](https://github.com/SpoinkyNL/Artemis/wiki/brushes)
- [Functions](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetRandomColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)
- [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#functions)