From 6ef5816459ca9113f848e117c8b2843fea0a03af Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Wed, 4 Jan 2017 23:26:03 +0100 Subject: [PATCH] Updated LUA (markdown) --- LUA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LUA.md b/LUA.md index 6780860..8e7917e 100644 --- a/LUA.md +++ b/LUA.md @@ -17,10 +17,12 @@ Below you can find an overview of the LUA API - [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) + - [GetKeyPosition](https://github.com/SpoinkyNL/Artemis/wiki/keyboard#getkeyposition) - [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#getcolor) - [GetRandomColor](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getrandomcolor) + - [GetRelativeColor](https://github.com/SpoinkyNL/Artemis/wiki/Brushes#getrelativecolor) - [GetSolidColorBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getsolidcolorbrush) - [GetLinearGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getlineargradientbrush) - [GetRadialGradientBrush](https://github.com/SpoinkyNL/Artemis/wiki/brushes#getradialgradientbrush)