StationDialog: Difference between revisions
From Vendetta Lua
Jump to navigationJump to search
New page: The Station dialog. Created with CreateStation The container is registered with the events: SHOW_STATION, [[API_Index#ENTERING_STATI... |
ugh |
||
Line 1: | Line 1: | ||
The Station dialog. Created with [[API_Index#CreateStation|CreateStation]] | The Station dialog. Created with [[API_Index#CreateStation|CreateStation]] | ||
The container is registered with the events: [[ | The container is registered with the events: [[Eventtype#SHOW_STATION|SHOW_STATION]], [[Eventtype#ENTERING_STATION|ENTERING_STATION]], [[Eventtype#LEAVING_STATION|LEAVING_STATION]], [[Eventtype#CHAT_CANCELLED|CHAT_CANCELLED]], [[Eventtype#TRANSACTION_COMPLETED|TRANSACTION_COMPLETED]], [[Eventtype#CHAT_MSG_SERVER_CHANNEL_ACTIVE|CHAT_MSG_SERVER_CHANNEL_ACTIVE]], [[Eventtype#MISSION_NOTIFICATION|MISSION_NOTIFICATION]], [[Eventtype#MISSION_TIMER_STOP|MISSION_TIMER_STOP]], [[Eventtype#MISSION_TIMER_START|MISSION_TIMER_START]], [[Eventtype#PLAYER_UPDATE_STATS|PLAYER_UPDATE_STATS]], [[Eventtype#INVENTORY_ADD|INVENTORY_ADD]], [[Eventtype#INVENTORY_REMOVE|INVENTORY_REMOVE]], [[Eventtype#INVENTORY_UPDATE|INVENTORY_UPDATE]], [[Eventtype#TRANSACTION_FAILED|TRANSACTION_FAILED]], [[Eventtype#PLAYER_HOME_CHANGED|PLAYER_HOME_CHANGED]] | ||
Latest revision as of 14:25, 3 January 2009
The Station dialog. Created with CreateStation
The container is registered with the events: SHOW_STATION, ENTERING_STATION, LEAVING_STATION, CHAT_CANCELLED, TRANSACTION_COMPLETED, CHAT_MSG_SERVER_CHANNEL_ACTIVE, MISSION_NOTIFICATION, MISSION_TIMER_STOP, MISSION_TIMER_START, PLAYER_UPDATE_STATS, INVENTORY_ADD, INVENTORY_REMOVE, INVENTORY_UPDATE, TRANSACTION_FAILED, PLAYER_HOME_CHANGED
Functions
OnEvent
Definition:
OnEvent(userdata self) -> nil
Description:
Eventhandler
Arguments:
self this box