scripting::WillOWisp Class Reference

#include <willowisp.hpp>

Inherited by WillOWisp.

List of all members.

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


Detailed Description

Definition at line 22 of file willowisp.hpp.


Constructor & Destructor Documentation

virtual scripting::WillOWisp::~WillOWisp (  )  [inline, virtual]

Definition at line 26 of file willowisp.hpp.

00027   {}


Member Function Documentation

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]

Implemented in WillOWisp.

Referenced by scripting::wrapper::WillOWisp_start_moving_wrapper().

virtual void scripting::WillOWisp::stop_moving (  )  [pure virtual]

Implemented in WillOWisp.

Referenced by scripting::wrapper::WillOWisp_stop_moving_wrapper().


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 03:38:40 2014 for SuperTux by  doxygen 1.5.1