Difference between revisions of "PDAShipNavigationTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with with nav map and sector info. Created with CreateNavigationPDATab The container is registered with the events: [[Eventtype#NAVROUTE_CH...)
 
(No difference)

Latest revision as of 20:04, 17 December 2008

Container with with nav map and sector info. Created with CreateNavigationPDATab

The container is registered with the events: NAVROUTE_CHANGED, NAVROUTE_ADD, NAVROUTE_UNDOLAST, SECTOR_CHANGED

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