Difference between revisions of "CapShipTurretTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with turret selection widgets CreateCapShipTurretTab. The container is registered with the events: [[Eventtype#ENTERING_STATION|ENTERING_STA...)
 
(No difference)

Latest revision as of 00:51, 27 November 2008

Container with turret selection widgets CreateCapShipTurretTab.

The container is registered with the events: ENTERING_STATION, LEAVING_STATION, STATION_UPDATED, STATION_UPDATE_PRICE, STATION_TURRET_HEALTH_UPDATE

Functions

OnShow

Definition:
OnShow(userdata self) -> nil

Description:
Update contents and handle events

Arguments:
self this box

OnHide

Definition:
OnHide(userdata self) -> nil

Description:
Don't handle events

Arguments:
self this box

OnEvent

Definition:
OnEvent(userdata self) -> nil

Description:
Eventhandler

Arguments:
self this box