PathFinder ========== .. currentmodule:: pygamelib.actuators .. autoclass:: PathFinder :members: :inherited-members: :undoc-members: :show-inheritance: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PathFinder.__init__ ~PathFinder.add_waypoint ~PathFinder.attach ~PathFinder.clear_waypoints ~PathFinder.current_path ~PathFinder.current_waypoint ~PathFinder.detach ~PathFinder.find_path ~PathFinder.handle_notification ~PathFinder.load ~PathFinder.next_action ~PathFinder.next_move ~PathFinder.next_waypoint ~PathFinder.notify ~PathFinder.pause ~PathFinder.remove_waypoint ~PathFinder.serialize ~PathFinder.set_destination ~PathFinder.start ~PathFinder.stop ~PathFinder.store_screen_position .. rubric:: Attributes .. autosummary:: ~PathFinder.screen_column ~PathFinder.screen_row