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...)
 
 
(One intermediate revision by the same user not shown)
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.

Latest revision as of 00:52, 29 November 2008

Dialog that handles character creation. Created with 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 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