This commit is contained in:
Manuel Simon Hirsig
2016-09-03 18:35:41 +02:00
parent 9826acf9bc
commit 05fd1587cd
37 changed files with 140 additions and 201 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'auction_listing' local gui, sorting, money, info = aux.gui, aux.sorting, aux.money, aux.info
aux 'auction_listing' private() local gui, sorting, money, info = aux.gui, aux.sorting, aux.money, aux.info
_G.aux_price_per_unit = false
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'gui'
aux 'gui' private()
function LOAD()
do
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'item_listing' local gui, info = aux.gui, aux.info
aux 'item_listing' private() local gui, info = aux.gui, aux.info
local ROW_HEIGHT = 39
+1 -1
View File
@@ -1,4 +1,4 @@
aux 'listing' local gui = aux.gui
aux 'listing' private() local gui = aux.gui
local ST_COUNT = 0