Difference between revisions of "StationEquipmentManageShipSelectionTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with port config tab. Created with CreateStationShipSelectionTab The container is registered with the events: [[Eventtype#ENTERING_ST...)
 
 
Line 1: Line 1:
Container with port config tab. Created with [[API_Index#CreateStationShipSelectionTab|CreateStationShipSelectionTab]]
+
Container with ship select tab. Created with [[API_Index#CreateStationShipSelectionTab|CreateStationShipSelectionTab]]
  
 
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#SHIP_UPDATED|SHIP_UPDATED]], [[Eventtype#SHIP_CHANGED|SHIP_CHANGED]]
 
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#SHIP_UPDATED|SHIP_UPDATED]], [[Eventtype#SHIP_CHANGED|SHIP_CHANGED]]

Latest revision as of 22:26, 13 January 2009

Container with ship select tab. Created with CreateStationShipSelectionTab

The container is registered with the events: ENTERING_STATION, INVENTORY_ADD, INVENTORY_REMOVE, INVENTORY_UPDATE, TRANSACTION_COMPLETED, SHIP_UPDATED, SHIP_CHANGED

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:
Eventhandler

Arguments:
self this box