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

Class RoutePather

source code

_object --+    
          |    
    IPather --+
              |
             RoutePather

Proxy of C++ FIFE::RoutePather class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(FIFE::RoutePather self) -> RoutePather
source code
 
getName(self)
getName(RoutePather self) -> std::string
source code

Inherited from IPather: __disown__, cancelSession, createRoute, followRoute, getMaxTicks, setMaxTicks, solveRoute, update

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_RoutePather
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: _swig_repr

__init__(self)
(Constructor)

source code 

__init__(FIFE::RoutePather self) -> RoutePather

Overrides: IPather.__init__

getName(self)

source code 

getName(RoutePather self) -> std::string

Overrides: IPather.getName