Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
Player Struct Reference

Player class. XP, Life points and other. More...

#include <Player.hpp>

Collaboration diagram for Player:
Collaboration graph

Public Member Functions

 Player ()
 
 Player (Point location)
 
const double & getPosX () const
 
void setPosX (double x)
 
const double & getPosY () const
 
void setPosY (double y)
 
const double & getPosZ () const
 
void setPosZ (double z)
 
const PointgetPoint ()
 

Public Attributes

int id
 
int userId
 

Detailed Description

Player class. XP, Life points and other.

Constructor & Destructor Documentation

Player::Player ( )
inline
Player::Player ( Point  location)
inline

Member Function Documentation

const Point& Player::getPoint ( )
inline
const double& Player::getPosX ( ) const
inline

Here is the caller graph for this function:

const double& Player::getPosY ( ) const
inline

Here is the caller graph for this function:

const double& Player::getPosZ ( ) const
inline

Here is the caller graph for this function:

void Player::setPosX ( double  x)
inline

Here is the caller graph for this function:

void Player::setPosY ( double  y)
inline

Here is the caller graph for this function:

void Player::setPosZ ( double  z)
inline

Here is the caller graph for this function:

Member Data Documentation

int Player::id
int Player::userId

The documentation for this struct was generated from the following file: