#include "being.h"
#include <guichan/actionlistener.hpp>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
| namespace | Net |
| namespace | Net::GameServer |
| namespace | Net::GameServer::Player |
Classes | |
| struct | RespawnRequestListener |
Functions | |
| void | Net::GameServer::Player::walk (int x, int y) |
| void | Net::GameServer::Player::pickUp (int x, int y) |
| void | Net::GameServer::Player::moveItem (int oldSlot, int newSlot, int amount) |
| void | Net::GameServer::Player::attack (int direction) |
| void | Net::GameServer::Player::useSpecial (int special) |
| void | Net::GameServer::Player::requestTrade (int id) |
| void | Net::GameServer::Player::acceptTrade (bool accept) |
| void | Net::GameServer::Player::tradeMoney (int amount) |
| void | Net::GameServer::Player::raiseAttribute (int attribute) |
| void | Net::GameServer::Player::lowerAttribute (int attribute) |
| void | Net::GameServer::Player::respawn () |
1.5.5