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

Class IPather

source code

_object --+
          |
         IPather

Proxy of C++ FIFE::IPather class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
createRoute(self, *args)
createRoute(IPather self, Location start, Location end, bool immediate=False, std::string const & cost_id="") -> Route createRoute(IPather self, Location start, Location end, bool immediate=False) -> Route createRoute(IPather self, Location start, Location end) -> Route
source code
 
solveRoute(self, *args)
solveRoute(IPather self, Route route, int32_t priority=MEDIUM_PRIORITY, bool immediate=False) -> bool solveRoute(IPather self, Route route, int32_t priority=MEDIUM_PRIORITY) -> bool solveRoute(IPather self, Route route) -> bool
source code
 
followRoute(self, *args)
followRoute(IPather self, Location current, Route route, double speed, Location nextLocation) -> bool
source code
 
update(self)
update(IPather self)
source code
 
cancelSession(self, *args)
cancelSession(IPather self, int32_t const sessionId) -> bool
source code
 
setMaxTicks(self, *args)
setMaxTicks(IPather self, int32_t ticks)
source code
 
getMaxTicks(self)
getMaxTicks(IPather self) -> int32_t
source code
 
getName(self)
getName(IPather self) -> std::string
source code
 
__init__(self)
__init__(FIFE::IPather self) -> IPather
source code
 
__disown__(self) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_IPather
  __del__ = lambda self: