1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Updated LUA (markdown)

Robert Beekman 2016-11-03 21:38:43 +01:00
parent 57ddf172fc
commit 348d0ed013

5
LUA.md

@ -26,3 +26,8 @@ Below you can find an overview of the LUA API
- [DrawLine](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawline)
- [DrawRectangle](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawrectangle)
- [DrawText](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawtext)
- [Drawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events)
- [Events](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#events)
- [ProfileUpdating](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profileupdating)
- [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing)
- [KeyboardKeyPressed](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#keyboardkeypressed)