#include <directn.h>
Public Member Functions | |
targeting_behaviour (bool just_looking=false) | |
virtual | ~targeting_behaviour () |
virtual int | get_key () |
virtual command_type | get_command (int key=-1) |
virtual bool | should_redraw () const |
virtual void | clear_redraw () |
virtual void | update_top_prompt (std::string *p_top_prompt) |
Public Attributes | |
bool | just_looking |
bool | compass |
targeting_behaviour::targeting_behaviour | ( | bool | just_looking = false |
) |
targeting_behaviour::~targeting_behaviour | ( | ) | [virtual] |
int targeting_behaviour::get_key | ( | ) | [virtual] |
command_type targeting_behaviour::get_command | ( | int | key = -1 |
) | [virtual] |
virtual bool targeting_behaviour::should_redraw | ( | ) | const [inline, virtual] |
Reimplemented in fire_target_behaviour.
virtual void targeting_behaviour::clear_redraw | ( | ) | [inline, virtual] |
Reimplemented in fire_target_behaviour.
virtual void targeting_behaviour::update_top_prompt | ( | std::string * | p_top_prompt | ) | [inline, virtual] |
Reimplemented in fire_target_behaviour.