Package fife :: Module fife :: Class AbstractPather
[hide private]
[frames] | no frames]

Class AbstractPather

source code

_object --+
          |
         AbstractPather

Proxy of C++ FIFE::AbstractPather class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self) source code
 
getNextLocation(self, *args)
getNextLocation(self, Instance instance, Location target, double distance_to_travel, ...
source code
string
getName(self) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_AbstractPather
  __del__ = lambda self:
Method Details [hide private]

getNextLocation(self, *args)

source code 

getNextLocation(self, Instance instance, Location target, double distance_to_travel, 
    Location nextLocation, Location facingLocation, 
    int session_id = -1, int priority = MEDIUM_PRIORITY) -> int
getNextLocation(self, Instance instance, Location target, double distance_to_travel, 
    Location nextLocation, Location facingLocation, 
    int session_id = -1) -> int
getNextLocation(self, Instance instance, Location target, double distance_to_travel, 
    Location nextLocation, Location facingLocation) -> int