From 208f9091e40518c520014aad5b231ec4c89b695c Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Tue, 1 Nov 2016 17:59:22 +0100 Subject: [PATCH] Created LUA API (markdown) --- LUA-API.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 LUA-API.md diff --git a/LUA-API.md b/LUA-API.md new file mode 100644 index 0000000..da0b960 --- /dev/null +++ b/LUA-API.md @@ -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) \ No newline at end of file