Definition at line 335 of file player_relations.cpp.
Public Member Functions | |
PIS_emote (int emote_nr, const std::string &description, const std::string &shortname) | |
virtual void | ignore (Player *player, unsigned int flags) |
Handle the ignoring of the indicated action by the indicated player. | |
Private Attributes | |
int | mEmotion |
PIS_emote::PIS_emote | ( | int | emote_nr, | |
const std::string & | description, | |||
const std::string & | shortname | |||
) | [inline] |
Definition at line 338 of file player_relations.cpp.
virtual void PIS_emote::ignore | ( | Player * | player, | |
unsigned int | flags | |||
) | [inline, virtual] |
Handle the ignoring of the indicated action by the indicated player.
Implements PlayerIgnoreStrategy.
Definition at line 345 of file player_relations.cpp.
int PIS_emote::mEmotion [private] |
Definition at line 350 of file player_relations.cpp.