Files
DayZ-Epoch/SQF/dayz_code/actions/AdvancedTrading/functions/defines.sqf
oiad 9efc671abb Advanced trading changes
This changes a few things in Advanced trading, mainly cosmetically.

> Removes all the commented out lines that were the same in defines.sqf,
let me know if these are there for a reason?
> fixes the buying list to have localization support and has a total
item count that works properly.
> cosmetic change displaying backpack info on trader to bring it in line
with the other menus
> adds total item count to the selling list and added localization for
that
2016-07-23 23:30:05 +12:00

31 lines
979 B
Plaintext

#define Z_AT_DIALOGWINDOW 711197
#define Z_AT_SELLABLELIST 7401
#define Z_AT_SELLINGLIST 7402
#define Z_AT_BUYABLELIST 7421
#define Z_AT_BUYINGLIST 7422
#define Z_AT_CONTAINERINDICATOR 7408
#define Z_AT_ITEMINFO 7445
#define Z_AT_SLOTSDISPLAY 7404
#define Z_AT_TRADERLINE1 7412
#define Z_AT_TRADERLINE2 7413
#define Z_AT_PRICEDISPLAY 7410
#define Z_AT_SELLBUYTOGGLE 7416
#define Z_AT_RIGHTLISTTITLE 7409
#define Z_AT_REMOVESELLITEMBUTTON 7432
#define Z_AT_REMOVEALLSELLITEMBUTTON 7433
#define Z_AT_REMOVEBUYITEMBUTTON 7442
#define Z_AT_REMOVEALLBUYITEMBUTTON 7443
#define Z_AT_BUYINGAMOUNT 7441
#define Z_AT_BUYBUTTON 7436
#define Z_AT_SELLBUTTON 7435
#define Z_AT_ADDBUYITEMBUTTON 7440
#define Z_AT_ADDSELLITEMBUTTON 7430
#define Z_AT_ADDALLSELLITEMBUTTON 7431
#define Z_AT_TOGGLECURRENCYBUTTON 7450
#define Z_AT_CONTAINERINFO 7446
#define Z_AT_PRICEINFO 7451
#define Z_AT_FILTERBOX 7444
#define Z_AT_FILTERBUTTON 7498
#define Z_AT_DETAILSTEXT 7488
#define Z_AT_BACKBUTTON 7449