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

Class Object

source code

_object --+
          |
         Object

Proxy of C++ FIFE::Object class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::Object self, std::string const & identifier, std::string const & name_space, Object inherited=None) -> Object __init__(FIFE::Object self, std::string const & identifier, std::string const & name_space) -> Object
source code
 
getId(self)
getId(Object self) -> std::string const &
source code
 
getNamespace(self)
getNamespace(Object self) -> std::string const &
source code
 
setId(self, *args)
setId(Object self, std::string const & id)
source code
 
createAction(self, *args)
createAction(Object self, std::string const & identifier, bool is_default=False) -> Action createAction(Object self, std::string const & identifier) -> Action
source code
 
getAction(self, *args)
getAction(Object self, std::string const & identifier, bool deepsearch=True) -> Action getAction(Object self, std::string const & identifier) -> Action
source code
 
getActionIds(self)
getActionIds(Object self) -> StringList
source code
 
setDefaultAction(self, *args)
setDefaultAction(Object self, std::string const & identifier)
source code
 
getDefaultAction(self)
getDefaultAction(Object self) -> Action
source code
 
setPather(self, *args)
setPather(Object self, IPather pather)
source code
 
getPather(self)
getPather(Object self) -> IPather
source code
 
getInherited(self)
getInherited(Object self) -> Object
source code
 
adoptVisual(self, *args)
adoptVisual(Object self, IVisual visual)
source code
 
setBlocking(self, *args)
setBlocking(Object self, bool blocking)
source code
 
isBlocking(self)
isBlocking(Object self) -> bool
source code
 
setStatic(self, *args)
setStatic(Object self, bool stat)
source code
 
isStatic(self)
isStatic(Object self) -> bool
source code
 
setFilename(self, *args)
setFilename(Object self, std::string const & file)
source code
 
getFilename(self)
getFilename(Object self) -> std::string const &
source code
 
setCellStackPosition(self, *args)
setCellStackPosition(Object self, uint8_t position)
source code
 
getCellStackPosition(self)
getCellStackPosition(Object self) -> uint8_t
source code
 
isSpecialCost(self)
isSpecialCost(Object self) -> bool
source code
 
setCostId(self, *args)
setCostId(Object self, std::string const & cost)
source code
 
getCostId(self)
getCostId(Object self) -> std::string
source code
 
setCost(self, *args)
setCost(Object self, double cost)
source code
 
getCost(self)
getCost(Object self) -> double
source code
 
isSpecialSpeed(self)
isSpecialSpeed(Object self) -> bool
source code
 
setSpeed(self, *args)
setSpeed(Object self, double cost)
source code
 
getSpeed(self)
getSpeed(Object self) -> double
source code
 
isMultiObject(self)
isMultiObject(Object self) -> bool
source code
 
addMultiPartId(self, *args)
addMultiPartId(Object self, std::string const & partId)
source code
 
getMultiPartIds(self)
getMultiPartIds(Object self) -> StringList
source code
 
removeMultiPartId(self, *args)
removeMultiPartId(Object self, std::string const & partId)
source code
 
removeAllMultiPartIds(self)
removeAllMultiPartIds(Object self)
source code
 
isMultiPart(self)
isMultiPart(Object self) -> bool
source code
 
setMultiPart(self, *args)
setMultiPart(Object self, bool part)
source code
 
addMultiPart(self, *args)
addMultiPart(Object self, Object obj)
source code
 
getMultiParts(self)
getMultiParts(Object self) -> std::set< FIFE::Object *,std::less< FIFE::Object * >,std::allocator< FIFE::Object * > >
source code
 
removeMultiPart(self, *args)
removeMultiPart(Object self, Object obj)
source code
 
removeMultiParts(self)
removeMultiParts(Object self)
source code
 
addMultiPartCoordinate(self, *args)
addMultiPartCoordinate(Object self, int32_t rotation, Point3D coord)
source code
 
getMultiPartCoordinates(self, *args)
getMultiPartCoordinates(Object self) -> std::multimap< int32_t,FIFE::ModelCoordinate > getMultiPartCoordinates(Object self, int32_t rotation) -> std::vector< FIFE::ModelCoordinate,std::allocator< FIFE::ModelCoordinate > >
source code
 
getMultiObjectCoordinates(self, *args)
getMultiObjectCoordinates(Object self, int32_t rotation) -> std::vector< FIFE::ModelCoordinate,std::allocator< FIFE::ModelCoordinate > >
source code
 
setRotationAnchor(self, *args)
setRotationAnchor(Object self, DoublePoint3D anchor)
source code
 
getRotationAnchor(self)
getRotationAnchor(Object self) -> DoublePoint3D
source code
 
setRestrictedRotation(self, *args)
setRestrictedRotation(Object self, bool restrict)
source code
 
isRestrictedRotation(self)
isRestrictedRotation(Object self) -> bool
source code
 
getRestrictedRotation(self, *args)
getRestrictedRotation(Object self, int32_t rotation) -> int32_t
source code
 
setZStepRange(self, *args)
setZStepRange(Object self, int32_t zRange)
source code
 
getZStepRange(self)
getZStepRange(Object self) -> int32_t
source code
 
setArea(self, *args)
setArea(Object self, std::string const & id)
source code
 
getArea(self)
getArea(Object self) -> std::string
source code
 
addWalkableArea(self, *args)
addWalkableArea(Object self, std::string const & id)
source code
 
removeWalkableArea(self, *args)
removeWalkableArea(Object self, std::string const & id)
source code
 
getWalkableAreas(self)
getWalkableAreas(Object self) -> StringList
source code
 
__eq__(self, *args)
__eq__(Object self, Object obj) -> bool
source code
 
__ne__(self, *args)
__ne__(Object self, Object obj) -> bool
source code
 
get2dGfxVisual(self)
get2dGfxVisual(Object self) -> ObjectVisual
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Object
  __del__ = lambda self: