Difference between revisions of "PDAMissionBoardTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with mission board and info button. Created with CreateStationMissionBuyTab The container is registered with the events: [[Eventtype#ENT...)
 
(No difference)

Latest revision as of 00:04, 13 January 2009

Container with mission board and info button. Created with CreateStationMissionBuyTab

The container is registered with the events: ENTERING_STATION, STATION_UPDATED, MISSIONLIST_UPDATED, MISSION_ADDED, MISSION_REMOVED, 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