Added Gui Reset on rank change

This commit is contained in:
Cooldude2606
2017-07-19 19:29:50 +01:00
parent 80c255034e
commit 7126d920fa
3 changed files with 17 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ See code for more detail.
* ExpGui.add_input.text(name,default_display,event)
* event = on text change -> function(player,element)
### Drawing
* ExpGui.toggleVisable(frame)
* Toggles the visability of a frame
* ExpGui.player_table.draw_filters(player,frame,filters)
* filters = {filter-name,...}
* ExpGui.player_table.draw(player,frame,filters,input_location)