Difference between revisions of "KilledByPDATab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with character inventory. Created with CreateKilledByPDATab The container is registered with the events: [[Eventtype#PLAYER_DIED|PLAYER_DIED]...)
 
 
Line 1: Line 1:
Container with character inventory. Created with [[API_Index#CreateKilledByPDATab|CreateKilledByPDATab]]
+
Container with player killers. Created with [[API_Index#CreateKilledByPDATab|CreateKilledByPDATab]]
  
 
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:34, 2 December 2008

Container with player killers. Created with CreateKilledByPDATab

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