#include <player.h>
|
| | Player (std::string nick, Controller::shared controller, Sound::shared sound) |
| |
| virtual | ~Player () |
| |
| void | realize (Physics::shared physics, Scene::shared scene, std::string name, btVector3 position, std::string material, int checkpoints, Ice::Byte id) |
| |
| Ice::AsyncResultPtr | login (std::shared_ptr< Session > session) |
| |
| Ice::AsyncResultPtr | next_race () |
| |
| Tinman::LoginInfo | complete_login (Ice::AsyncResultPtr async_result) |
| |
| void | update (float delta) |
| |
| void | disconnect () |
| |
| void | store (Tinman::CarInfo car_info) |
| |
| void | purchase () |
| |
| Car::shared | get_car () |
| |
| std::string | get_nick () |
| |
| void | set_nick (std::string nick) |
| |
| Ice::Byte | get_id () |
| |
| void | pick_money (int amount, PowerUp::shared money) |
| |
| void | pick_nitro (PowerUp::shared nitro) |
| |
| void | reset (int checkpoints, btVector3 position) |
| |
| std::pair< std::string, int > | get_socket () |
| |
| void | set_socket (std::pair< std::string, int > socket) |
| |
| Tinman::LoginInfo Player::complete_login |
( |
Ice::AsyncResultPtr |
async_result | ) |
|
| void Player::disconnect |
( |
| ) |
|
| Ice::Byte Player::get_id |
( |
| ) |
|
| std::string Player::get_nick |
( |
| ) |
|
| std::pair< std::string, int > Player::get_socket |
( |
| ) |
|
| Ice::AsyncResultPtr Player::login |
( |
std::shared_ptr< Session > |
session | ) |
|
| Ice::AsyncResultPtr Player::next_race |
( |
| ) |
|
| void Player::purchase |
( |
| ) |
|
| void Player::realize |
( |
Physics::shared |
physics, |
|
|
Scene::shared |
scene, |
|
|
std::string |
name, |
|
|
btVector3 |
position, |
|
|
std::string |
material, |
|
|
int |
checkpoints, |
|
|
Ice::Byte |
id |
|
) |
| |
| void Player::reset |
( |
int |
checkpoints, |
|
|
btVector3 |
position |
|
) |
| |
| void Player::set_nick |
( |
std::string |
nick | ) |
|
| void Player::set_socket |
( |
std::pair< std::string, int > |
socket | ) |
|
| void Player::store |
( |
Tinman::CarInfo |
car_info | ) |
|
| void Player::update |
( |
float |
delta | ) |
|
| std::string Player::nick_ |
| std::string Player::race_ended_ |
The documentation for this class was generated from the following files:
- /home/isaac.lacoba/repos/tfg.tinman/src/model/player.h
- /home/isaac.lacoba/repos/tfg.tinman/src/model/player.cpp