Difference between revisions of "StationCommerceWelcomeTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with welcome tab. Created with CreateStationWelcomeTab The container is registered with the events: [[Eventtype#ENTERING_STATION|ENTERING_S...)
 
(No difference)

Latest revision as of 22:31, 13 January 2009

Container with welcome tab. Created with CreateStationWelcomeTab

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

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