StationEquipmentManagePortConfigTab
From Vendetta Lua
Jump to navigationJump to search
Container with port config tab. Created with CreateStationPortConfigTab
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
OnHelp
Definition:
OnHelp(userdata self) -> nil
Description:
Show help for currently active tab
Arguments:
self this box