Difference between revisions of "PDACharacterStatsTab"

From Vendetta Lua
Jump to: navigation, search
(New page: Container with character stats. The container is registered with the events: PLAYER_STATS_UPDATED, PLAYER_UPDATE_STATS...)
 
(No difference)

Latest revision as of 21:48, 2 December 2008

Container with character stats.

The container is registered with the events: PLAYER_STATS_UPDATED, PLAYER_UPDATE_STATS, PLAYER_UPDATE_SKILLS, PLAYER_HOME_CHANGED

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