From 13e1ee725c4ba754a5fb5b35a71e8a553bbc716c Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Tue, 1 Nov 2016 18:07:41 +0100 Subject: [PATCH] Created LUA (markdown) --- LUA.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 LUA.md 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