diff --git a/LUA.md b/LUA.md new file mode 100644 index 0000000..d0ec21b --- /dev/null +++ b/LUA.md @@ -0,0 +1,23 @@ +# Introduction +LUA introduction + +# API +Below you can find an overview of the LUA API + - [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) \ No newline at end of file