Amulets & Armor  v1.02
Open Source Game
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros | Functions
ConnUI

Connect to Server User Interface (deprecated) More...

Macros

#define CONNUI_CONNECT_BUTTON   302
 
#define CONNUI_DIAL_TEXT   502
 
#define CONNUI_EXIT_BUTTON   303
 
#define CONNUI_INIT_TEXT   503
 
#define CONNUI_SELECTION_BOX   500
 
#define CONNUI_SERVER_NAME_TEXT   501
 

Functions

E_Boolean ConnMainUI (T_void)
 
T_void ConnMainUIControl (E_formObjectType objtype, T_word16 objstatus, T_word32 objID)
 
T_void ConnMainUIEnd (T_void)
 
T_void ConnMainUIInit (T_void)
 
T_void ConnMainUIStart (T_void)
 
T_void ConnMainUIUpdate (T_void)
 

Detailed Description

Connect to Server User Interface (deprecated)

Connecting to a server used to go through this user interface. It is no longer being used.

See Also
http://www.amuletsandarmor.com/AALicense.txt

Macro Definition Documentation

#define CONNUI_CONNECT_BUTTON   302
#define CONNUI_DIAL_TEXT   502
#define CONNUI_EXIT_BUTTON   303
#define CONNUI_INIT_TEXT   503
#define CONNUI_SELECTION_BOX   500
#define CONNUI_SERVER_NAME_TEXT   501

Function Documentation

E_Boolean ConnMainUI ( T_void  )
T_void ConnMainUIControl ( E_formObjectType  objtype,
T_word16  objstatus,
T_word32  objID 
)
T_void ConnMainUIEnd ( T_void  )

ConnMainUIEnd ends the connection ui screen.

T_void ConnMainUIInit ( T_void  )
T_void ConnMainUIStart ( T_void  )

ConnMainUIStart starts up the connection ui screen.

T_void ConnMainUIUpdate ( T_void  )

ConnMainUIUpdate updates the UI for the connection ui screen.