|
Planeshift
|
Information about client that asked us to tell him when some guild data change. More...
#include <guildmanager.h>
Public Member Functions | |
| GuildNotifySubscription (int guild, int clientnum, bool onlineOnly) | |
Public Attributes | |
| int | clientnum |
| Client Id. More... | |
| int | guild |
| Guild ID. More... | |
| bool | onlineOnly |
| Should we send members that are online only, or all members ? More... | |
Information about client that asked us to tell him when some guild data change.
Definition at line 52 of file guildmanager.h.
|
inline |
Definition at line 55 of file guildmanager.h.
| int GuildNotifySubscription::clientnum |
Client Id.
Definition at line 62 of file guildmanager.h.
| int GuildNotifySubscription::guild |
Guild ID.
Definition at line 61 of file guildmanager.h.
| bool GuildNotifySubscription::onlineOnly |
Should we send members that are online only, or all members ?
Definition at line 63 of file guildmanager.h.