#include <willowisp.hpp>
Inherited by WillOWisp.
Public Member Functions | |
virtual | ~WillOWisp () |
virtual void | goto_node (int node_no)=0 |
Move willowisp to given node. | |
virtual void | set_state (const std::string &state)=0 |
set willowisp state; can be: -stopped willowisp doesn't move -move_path willowisp moves along the path (call goto_node) -move_path_track willowisp moves along path but catches tux when he is near -normal "normal" mode starts tracking tux when he is near enough -vanish vanish | |
virtual void | start_moving ()=0 |
virtual void | stop_moving ()=0 |
Definition at line 22 of file willowisp.hpp.
virtual scripting::WillOWisp::~WillOWisp | ( | ) | [inline, virtual] |
virtual void scripting::WillOWisp::goto_node | ( | int | node_no | ) | [pure virtual] |
Move willowisp to given node.
Implemented in WillOWisp.
Referenced by scripting::wrapper::WillOWisp_goto_node_wrapper().
virtual void scripting::WillOWisp::set_state | ( | const std::string & | state | ) | [pure virtual] |
set willowisp state; can be: -stopped willowisp doesn't move -move_path willowisp moves along the path (call goto_node) -move_path_track willowisp moves along path but catches tux when he is near -normal "normal" mode starts tracking tux when he is near enough -vanish vanish
Implemented in WillOWisp.
Referenced by scripting::wrapper::WillOWisp_set_state_wrapper().
virtual void scripting::WillOWisp::start_moving | ( | ) | [pure virtual] |
virtual void scripting::WillOWisp::stop_moving | ( | ) | [pure virtual] |