From e3f1fe187637339c5d1102faa8b767a168a857fe Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 3 Nov 2016 23:19:03 +0100 Subject: [PATCH] Updated LUA (markdown) --- LUA.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LUA.md b/LUA.md index 4dd97f8..6780860 100644 --- a/LUA.md +++ b/LUA.md @@ -4,10 +4,14 @@ Artemis features a LUA scripting environment. For each profile you can create a 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) + - [Layers](https://github.com/SpoinkyNL/Artemis/wiki/Layers) + - [Properties](https://github.com/SpoinkyNL/Artemis/wiki/Layers#properties) + - [Functions](https://github.com/SpoinkyNL/Artemis/wiki/Layers#functions) + - [GetChildren](https://github.com/SpoinkyNL/Artemis/wiki/Layers#getchildren) + - [GetChildByName](https://github.com/SpoinkyNL/Artemis/wiki/Layers#getchildbyname) - [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)