PVPTab: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
New page: Container with with pvp statisitcs. Created with CreatePVPTab The container is registered with the events: PLAYER_DIED, [[API_Index#PL...
 
No edit summary
 
Line 1: Line 1:
Container with with pvp statisitcs. Created with [[API_Index#CreatePVPTab|CreatePVPTab]]
Container with with pvp statisitcs. Created with [[API_Index#CreatePVPTab|CreatePVPTab]]


The container is registered with the events: [[API_Index#PLAYER_DIED|PLAYER_DIED]], [[API_Index#PLAYER_ENTERED_GAME|PLAYER_ENTERED_GAME]]
The container is registered with the events: [[Eventtype#PLAYER_DIED|PLAYER_DIED]], [[Eventtype#PLAYER_ENTERED_GAME|PLAYER_ENTERED_GAME]]


== Functions ==
== Functions ==

Latest revision as of 14:26, 3 January 2009

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