StationCommoditiesBuyTab: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
New page: Container with Bar chat. Created with CreateStationCommoditiesBuyTab The container is registered with the events: [[Eventtype#ENTERING_STATION...
 
mNo edit summary
 
Line 1: Line 1:
Container with Bar chat. Created with [[API_Index#CreateStationCommoditiesBuyTab|CreateStationCommoditiesBuyTab]]
Container with buy chat. Created with [[API_Index#CreateStationCommoditiesBuyTab|CreateStationCommoditiesBuyTab]]


The container is registered with the events: [[Eventtype#ENTERING_STATION|ENTERING_STATION]], [[Eventtype#STATION_UPDATE_REQUESTED|STATION_UPDATE_REQUESTED]], [[Eventtype#STATION_UPDATE_PRICE|STATION_UPDATE_PRICE]], [[Eventtype#PLAYER_UPDATE_STATS|PLAYER_UPDATE_STATS]], [[Eventtype#TRANSACTION_COMPLETED|TRANSACTION_COMPLETED]]
The container is registered with the events: [[Eventtype#ENTERING_STATION|ENTERING_STATION]], [[Eventtype#STATION_UPDATE_REQUESTED|STATION_UPDATE_REQUESTED]], [[Eventtype#STATION_UPDATE_PRICE|STATION_UPDATE_PRICE]], [[Eventtype#PLAYER_UPDATE_STATS|PLAYER_UPDATE_STATS]], [[Eventtype#TRANSACTION_COMPLETED|TRANSACTION_COMPLETED]]

Latest revision as of 14:42, 3 January 2009

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