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

Updated LUA Events (markdown)

Robert Beekman 2016-11-03 21:38:55 +01:00
parent 348d0ed013
commit 135d57cbc5

@ -3,7 +3,7 @@ Within the LUA environment you can use events to react to certain things, such a
To use events you need to subscribe to them. You can subscribe to the same event more than once if you want. To use events you need to subscribe to them. You can subscribe to the same event more than once if you want.
The examples below show how subscribing works. The examples below show how subscribing works.
## Overview ## Events
* [ProfileUpdating](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profileupdating) * [ProfileUpdating](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profileupdating)
* [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing) * [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing)
* [KeyboardKeyPressed](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#keyboardkeypressed) * [KeyboardKeyPressed](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#keyboardkeypressed)