StationChatTab

From Vendetta Lua
Revision as of 15:30, 2 January 2009 by Chefkoch (Talk | contribs) (New page: Container with Bar chat. Created with CreateStationChatTab == Functions == === OnShow === '''Definition:'''<br> OnShow(userdata self) -> nil <br><br> '...)

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

Container with Bar chat. Created with CreateStationChatTab

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:
Stub

Arguments:
self this box