StationEquipmentBuyShipTab

From Vendetta Lua
Revision as of 21:52, 13 January 2009 by Chefkoch (Talk | contribs) (New page: Container with port config tab. Created with CreateStationShipPurchaseTab The container is registered with the events: [[Eventtype#ENTERING_STAT...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Container with port config tab. Created with CreateStationShipPurchaseTab

The container is registered with the events: ENTERING_STATION, PLAYER_UPDATE_STATS, TRANSACTION_COMPLETED, STATION_UPDATE_REQUESTED

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