1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-01 18:23:32 +00:00

Updated LUA (markdown)

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

7
LUA.md

@ -25,4 +25,9 @@ Below you can find an overview of the LUA API
- [DrawEllipse](https://github.com/SpoinkyNL/Artemis/wiki/Drawing#drawellipse)
- [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)
- [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)