Difference between revisions of "StationCommoditiesLoadTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with Bar chat. Created with CreateStationCommoditiesLoadTab The container is registered with the events: [[Eventtype#ENTERING_STATI...)
 
 
Line 1: Line 1:
Container with Bar chat. Created with [[API_Index#CreateStationCommoditiesLoadTab|CreateStationCommoditiesLoadTab]]
+
Container with load tab. Created with [[API_Index#CreateStationCommoditiesLoadTab|CreateStationCommoditiesLoadTab]]
  
 
The container is registered with the events: [[Eventtype#ENTERING_STATION|ENTERING_STATION]], [[Eventtype#INVENTORY_ADD|INVENTORY_ADD]], [[Eventtype#INVENTORY_REMOVE|INVENTORY_REMOVE]], [[Eventtype#INVENTORY_UPDATE|INVENTORY_UPDATE]], [[Eventtype#TRANSACTION_COMPLETED|TRANSACTION_COMPLETED]], [[Eventtype#STATION_UPDATE_PRICE|STATION_UPDATE_PRICE]], [[Eventtype#STATION_UPDATE_REQUESTED|STATION_UPDATE_REQUESTED]], [[Eventtype#PLAYER_UPDATE_STATS|PLAYER_UPDATE_STATS]]
 
The container is registered with the events: [[Eventtype#ENTERING_STATION|ENTERING_STATION]], [[Eventtype#INVENTORY_ADD|INVENTORY_ADD]], [[Eventtype#INVENTORY_REMOVE|INVENTORY_REMOVE]], [[Eventtype#INVENTORY_UPDATE|INVENTORY_UPDATE]], [[Eventtype#TRANSACTION_COMPLETED|TRANSACTION_COMPLETED]], [[Eventtype#STATION_UPDATE_PRICE|STATION_UPDATE_PRICE]], [[Eventtype#STATION_UPDATE_REQUESTED|STATION_UPDATE_REQUESTED]], [[Eventtype#PLAYER_UPDATE_STATS|PLAYER_UPDATE_STATS]]

Latest revision as of 14:42, 3 January 2009

Container with load tab. Created with CreateStationCommoditiesLoadTab

The container is registered with the events: ENTERING_STATION, INVENTORY_ADD, INVENTORY_REMOVE, INVENTORY_UPDATE, TRANSACTION_COMPLETED, STATION_UPDATE_PRICE, STATION_UPDATE_REQUESTED, PLAYER_UPDATE_STATS

Functions

OnShow

Definition:
OnShow(userdata self) -> nil

Description:
Update contents and start handling events

Arguments:
self this box

OnHide

Definition:
OnHide(userdata self) -> nil

Description:
Stop handling events

Arguments:
self this box

OnEvent

Definition:
OnEvent(userdata self) -> nil

Description:
Stub

Arguments:
self this box