Planeshift
|
Defines a guild member in a guild. More...
#include <psguildinfo.h>
Public Member Functions | |
bool | HasRights (GUILD_PRIVILEGE rights) |
Checks if the request right is possessed by this guild member. | |
Public Attributes | |
PID | char_id |
The character ID of the person. | |
psCharacter * | character |
Pointer to the character data of the person. | |
int | guild_points |
Their points in the guild. | |
psGuildLevel * | guildlevel |
Members current level. | |
csString | last_login |
The last login time for that user. | |
csString | name |
The name of the member. | |
csString | private_notes |
Private Guild notes for the player. | |
int | privileges |
Bit field for additional privileges. | |
csString | public_notes |
The public notes the member has. | |
int | removedPrivileges |
Bit field for privileges removed from this member. |
Defines a guild member in a guild.
Database tables: guilds, characters
Definition at line 124 of file psguildinfo.h.
bool psGuildMember::HasRights | ( | GUILD_PRIVILEGE | rights | ) | [inline] |
Checks if the request right is possessed by this guild member.
rights | The right that is being tested |
Definition at line 145 of file psguildinfo.h.
The character ID of the person.
Definition at line 127 of file psguildinfo.h.
Pointer to the character data of the person.
Definition at line 129 of file psguildinfo.h.
Their points in the guild.
Definition at line 131 of file psguildinfo.h.
Members current level.
Definition at line 130 of file psguildinfo.h.
csString psGuildMember::last_login |
The last login time for that user.
Definition at line 134 of file psguildinfo.h.
csString psGuildMember::name |
The name of the member.
Definition at line 128 of file psguildinfo.h.
csString psGuildMember::private_notes |
Private Guild notes for the player.
Definition at line 133 of file psguildinfo.h.
Bit field for additional privileges.
Definition at line 135 of file psguildinfo.h.
csString psGuildMember::public_notes |
The public notes the member has.
Definition at line 132 of file psguildinfo.h.
Bit field for privileges removed from this member.
Definition at line 136 of file psguildinfo.h.