Difference between revisions of "CharCreateDialog"

From Vendetta Lua
Jump to: navigation, search
(New page: Dialog that handles character creation. Created withCreateCapShipTurretTab. The dialog is divided into two parts, nation and name selection. The parts...)
 
Line 1: Line 1:
Dialog that handles character creation. Created with[[API_Index#CreateCapShipTurretTab|CreateCapShipTurretTab]].
+
Dialog that handles character creation. Created with[[API_Index#CreateCharCreateMenu|CreateCharCreateMenu]].
  
 
The dialog is divided into two parts, nation and name selection. The parts are contained in a zbox. The buttons at the bottom toggle the visible part.
 
The dialog is divided into two parts, nation and name selection. The parts are contained in a zbox. The buttons at the bottom toggle the visible part.

Revision as of 23:35, 28 November 2008

Dialog that handles character creation. Created withCreateCharCreateMenu.

The dialog is divided into two parts, nation and name selection. The parts are contained in a zbox. The buttons at the bottom toggle the visible part.

The dialog is registered with the events: UPDATE_CHARACTER_LIST, LOGIN_FAILED

Functions

Clear

Definition:
Clear(userdata self) -> nil

Description:
Reset dialog to its empty state

Arguments:
self this dialog

OnEvent

Definition:
OnEvent(userdata self) -> nil

Description:
Eventhandler

Arguments:
self this dialog