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

Town User Interface. More...

Macros

#define MAX_MAPS_PER_ADVENTURE   15
 
#define TOWN_MESSAGE_SIZE   60
 
#define TOWN_NUM_MESSAGES   15
 

Functions

T_void TownAddPerson (T_byte8 *personName)
 
T_void TownRemovePerson (T_byte8 *personName)
 
T_void TownUIAddMessage (T_byte8 *playerName, T_byte8 *message)
 
E_Boolean TownUICompletedMapLevel (T_word16 mapLevel)
 
T_void TownUIEnd (T_void)
 
E_Boolean TownUIIsOpen (T_void)
 
T_void TownUISetAdventureCompleted (T_void)
 
T_void TownUIStart (T_word32 formNum)
 
T_void TownUIUpdate (T_void)
 

Detailed Description

Town User Interface.

Top level User Interface for being in town.

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

Macro Definition Documentation

#define MAX_MAPS_PER_ADVENTURE   15
#define TOWN_MESSAGE_SIZE   60
#define TOWN_NUM_MESSAGES   15

Function Documentation

T_void TownAddPerson ( T_byte8 personName)
T_void TownRemovePerson ( T_byte8 personName)
T_void TownUIAddMessage ( T_byte8 playerName,
T_byte8 message 
)
E_Boolean TownUICompletedMapLevel ( T_word16  mapLevel)
T_void TownUIEnd ( T_void  )
E_Boolean TownUIIsOpen ( T_void  )
T_void TownUISetAdventureCompleted ( T_void  )
T_void TownUIStart ( T_word32  formNum)
T_void TownUIUpdate ( T_void  )