Difference between revisions of "CharSelectDialog"

From Vendetta Lua
Jump to: navigation, search
(New page: Dialog that handles character selection. Created withCreateCharSelectMenu. The dialog is registered with the events: [[Eventtype#UPDATE_CHARACTER_LIST|U...)
 
 
Line 1: Line 1:
Dialog that handles character selection. Created with[[API_Index#CreateCharSelectMenu|CreateCharSelectMenu]].
+
Dialog that handles character selection. Created with [[API_Index#CreateCharSelectMenu|CreateCharSelectMenu]].
  
 
The dialog is registered with the events: [[Eventtype#UPDATE_CHARACTER_LIST|UPDATE_CHARACTER_LIST]], [[Eventtype#LOGIN_FAILED|LOGIN_FAILED]]
 
The dialog is registered with the events: [[Eventtype#UPDATE_CHARACTER_LIST|UPDATE_CHARACTER_LIST]], [[Eventtype#LOGIN_FAILED|LOGIN_FAILED]]

Latest revision as of 00:51, 29 November 2008

Dialog that handles character selection. Created with CreateCharSelectMenu.

The dialog is registered with the events: UPDATE_CHARACTER_LIST, LOGIN_FAILED

Functions

ClearCharacters

Definition:
ClearCharacters(userdata self) -> nil

Description:
Clear character list in the dialog

Arguments:
self this dialog

OnEvent

Definition:
OnEvent(userdata self) -> nil

Description:
Eventhandler

Arguments:
self this dialog