Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
piece Member List

This is the complete list of members for piece, including all inherited members.

add_action(const piece_action &action)piece
add_message(const message_type &message)piece
clear_messages() noexceptpiece
get_action_history() const noexceptpieceinline
get_actions() const noexceptpieceinline
get_actions() noexceptpieceinline
get_color() const noexceptpieceinline
get_current_action_progress() constpiece
get_current_square() const noexceptpieceinline
get_health() const noexceptpieceinline
get_id() const noexceptpieceinline
get_in_game_time() const noexceptpieceinline
get_kill_count() const noexceptpieceinline
get_max_health() const noexceptpieceinline
get_max_shield() constpiece
get_messages() const noexceptpieceinline
get_race() const noexceptpieceinline
get_shield() constpiece
get_type() const noexceptpieceinline
has_moved() const noexceptpieceinline
increase_kill_count() noexceptpieceinline
is_enpassantable(const in_game_time &when) constpiece
piece(const chess_color color, const piece_type type, const square &coordinat, const race r=race::classic)pieceexplicit
piece(const chess_color color, const piece_type type, const std::string &coordinat, const race r=race::classic)pieceexplicit
receive_damage(const double damage)piece
set_current_action_progress(const delta_t &t) noexceptpiece
set_current_square(const square &s) noexceptpieceinline
tick(const delta_t &dt, game &g)piece