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)