From 348d0ed0134941c6bb02cc03b6b357bd2bdfaf1e Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Thu, 3 Nov 2016 21:38:43 +0100 Subject: [PATCH] Updated LUA (markdown) --- LUA.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/LUA.md b/LUA.md index 288106d..6ce5c42 100644 --- a/LUA.md +++ b/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) \ No newline at end of file + - [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) \ No newline at end of file