Static Public Member Functions | |
| static mixed | CompareContainerContentOrderAsc (mixed a, mixed b) |
| static mixed | CompareContainerContentOrderDesc (mixed a, mixed b) |
| static mixed | CompareSerialAsc (mixed a, mixed b) |
| static mixed | CompareSerialDesc (mixed a, mixed b) |
| static mixed | ShopCommonInit (mixed shop) |
| common initialisation for kPacket_Shop_Data(buy) and kPacket_Shop_Sell | |
| static mixed | RememberShop (mixed shop) |
| empty dummy placeholder, might be interesting to remember prices and goods later =) | |
| static mixed | ShopAddToBill (mixed shop, mixed good, mixed amount) |
| static mixed | ShopAccept (mixed shop) |
| static mixed | ShopListRebuildCurrentPage (mixed dialog) |
| static mixed | ShopBillRebuildCurrentPage (mixed dialog) |
| static mixed | ShopListShowPage (mixed dialog, mixed pagenum) |
| build one page for shop inventor dialog | |
| static mixed | ShopBillShowPage (mixed dialog, mixed pagenum) |
| static mixed | OpenShopDialog (mixed shop) |
Definition at line 2407 of file lua_pseudo_code.cpp.
| static mixed gui_trade::CompareContainerContentOrderAsc | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2409 of file lua_pseudo_code.cpp.
| static mixed gui_trade::CompareContainerContentOrderDesc | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2411 of file lua_pseudo_code.cpp.
| static mixed gui_trade::CompareSerialAsc | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2413 of file lua_pseudo_code.cpp.
| static mixed gui_trade::CompareSerialDesc | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2415 of file lua_pseudo_code.cpp.
| static mixed gui_trade::ShopCommonInit | ( | mixed | shop | ) | [inline, static] |
common initialisation for kPacket_Shop_Data(buy) and kPacket_Shop_Sell
Definition at line 2418 of file lua_pseudo_code.cpp.
| static mixed gui_trade::RememberShop | ( | mixed | shop | ) | [inline, static] |
empty dummy placeholder, might be interesting to remember prices and goods later =)
Definition at line 2421 of file lua_pseudo_code.cpp.
| static mixed gui_trade::ShopAddToBill | ( | mixed | shop, | |
| mixed | good, | |||
| mixed | amount | |||
| ) | [inline, static] |
Definition at line 2423 of file lua_pseudo_code.cpp.
| static mixed gui_trade::ShopAccept | ( | mixed | shop | ) | [inline, static] |
Definition at line 2425 of file lua_pseudo_code.cpp.
| static mixed gui_trade::ShopListRebuildCurrentPage | ( | mixed | dialog | ) | [inline, static] |
Definition at line 2427 of file lua_pseudo_code.cpp.
| static mixed gui_trade::ShopBillRebuildCurrentPage | ( | mixed | dialog | ) | [inline, static] |
Definition at line 2429 of file lua_pseudo_code.cpp.
| static mixed gui_trade::ShopListShowPage | ( | mixed | dialog, | |
| mixed | pagenum | |||
| ) | [inline, static] |
| static mixed gui_trade::ShopBillShowPage | ( | mixed | dialog, | |
| mixed | pagenum | |||
| ) | [inline, static] |
build one page for bill dialog see also trade.csl handler_onartmousedown from old iris
Definition at line 2436 of file lua_pseudo_code.cpp.
| static mixed gui_trade::OpenShopDialog | ( | mixed | shop | ) | [inline, static] |
npc trading see also old iris trade.csl : net_buywindow used for both buy and sell npc-shop
Definition at line 2441 of file lua_pseudo_code.cpp.
1.5.6