KilledPDATab: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
New page: Container with character inventory. Created with CreateKilledByPDATab The container is registered with the events: [[Eventtype#PLAYER_DIED|PLAYER_DIED]...
 
No edit summary
 
Line 1: Line 1:
Container with character inventory.  Created with [[API_Index#CreateKilledByPDATab|CreateKilledByPDATab]]
Container with list of player kills.  Created with [[API_Index#CreateKilledPDATab|CreateKilledPDATab]]


The container is registered with the events: [[Eventtype#PLAYER_DIED|PLAYER_DIED]], [[Eventtype#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]]

Latest revision as of 23:33, 2 December 2008

Container with list of player kills. Created with CreateKilledPDATab

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