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. | |
int | guild |
Guild ID. | |
bool | onlineOnly |
Should we send members that are online only, or all members ? |
Information about client that asked us to tell him when some guild data change.
Definition at line 52 of file guildmanager.h.
GuildNotifySubscription::GuildNotifySubscription | ( | int | guild, |
int | clientnum, | ||
bool | onlineOnly | ||
) | [inline] |
Definition at line 55 of file guildmanager.h.
Client Id.
Definition at line 62 of file guildmanager.h.
Guild ID.
Definition at line 61 of file guildmanager.h.
Should we send members that are online only, or all members ?
Definition at line 63 of file guildmanager.h.