StationCommoditiesBuyTab

From Vendetta Lua
Revision as of 14:42, 3 January 2009 by Chefkoch (Talk | contribs)

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

Container with buy chat. Created with CreateStationCommoditiesBuyTab

The container is registered with the events: ENTERING_STATION, STATION_UPDATE_REQUESTED, STATION_UPDATE_PRICE, PLAYER_UPDATE_STATS, 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:
Stub

Arguments:
self this box