#include "player.h"
#include "internal.h"
#include "net/tmwserv/connection.h"
#include "net/tmwserv/protocol.h"
#include "net/messageout.h"
Go to the source code of this file.
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 () |