Difference between revisions of "PVPTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with with pvp statisitcs. Created with CreatePVPTab The container is registered with the events: PLAYER_DIED, [[API_Index#PL...)
(No difference)

Revision as of 13:10, 30 December 2008

Container with with pvp statisitcs. Created with CreatePVPTab

The container is registered with the events: PLAYER_DIED, PLAYER_ENTERED_GAME

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