PDASensorNearbyTab

From Vendetta Lua
Revision as of 02:03, 23 December 2008 by Chefkoch (Talk | contribs) (New page: Container with with nearby ships and proxy distance entry. Created with CreateNearbyShipsPDATab The container is registered with the events: [[Eventt...)

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

Container with with nearby ships and proxy distance entry. Created with CreateNearbyShipsPDATab

The container is registered with the events: PLAYER_ENTERED_SECTOR, PLAYER_LEFT_SECTOR, UPDATE_CHARINFO

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