Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

guild_st Struct Reference

New structure for basic guild related infos. More...

#include <classes.h>

List of all members.

Public Attributes

UI08 free
 Guild slot used?

TEXT name [41]
 Name of the guild.

TEXT abbreviation [4]
 Abbreviation of the guild.

SI32 type
 Type of guild (0=standard/1=chaos/2=order).

TEXT charter [51]
 Charter of guild.

TEXT webpage [51]
 Web url of guild.

SI32 stone
 The serial of the guildstone.

SI32 master
 The serial of the guildmaster.

SI32 recruits
 Amount of recruits.

SI32 recruit [MAXGUILDRECRUITS+1]
 Serials of candidates.

SI32 members
 Amount of members.

SI32 member [MAXGUILDMEMBERS+1]
 Serials of all the members.

SI32 wars
 Amount of wars.

SI32 war [MAXGUILDWARS+1]
 Numbers of Guilds we have declared war to.

SI32 priv
 Some dummy to remember some values.


Detailed Description

New structure for basic guild related infos.

Author:
DasRaetsel


Member Data Documentation

TEXT guild_st::abbreviation[4]
 

Abbreviation of the guild.

TEXT guild_st::charter[51]
 

Charter of guild.

UI08 guild_st::free
 

Guild slot used?

SI32 guild_st::master
 

The serial of the guildmaster.

SI32 guild_st::member[MAXGUILDMEMBERS+1]
 

Serials of all the members.

SI32 guild_st::members
 

Amount of members.

TEXT guild_st::name[41]
 

Name of the guild.

SI32 guild_st::priv
 

Some dummy to remember some values.

SI32 guild_st::recruit[MAXGUILDRECRUITS+1]
 

Serials of candidates.

SI32 guild_st::recruits
 

Amount of recruits.

SI32 guild_st::stone
 

The serial of the guildstone.

SI32 guild_st::type
 

Type of guild (0=standard/1=chaos/2=order).

SI32 guild_st::war[MAXGUILDWARS+1]
 

Numbers of Guilds we have declared war to.

SI32 guild_st::wars
 

Amount of wars.

TEXT guild_st::webpage[51]
 

Web url of guild.


The documentation for this struct was generated from the following file: SourceForge.net Logo