|
|
|
|
FifeClass
|
__init__(self,
*args)
__init__(self, string identifier, Map map, CellGrid geometry) ->
Layer |
source code
|
|
|
string
|
|
|
|
|
|
CellGrid
|
|
|
|
setCellGrid(self,
*args)
setCellGrid(self, CellGrid grid) |
source code
|
|
|
Map
|
|
|
bool
|
|
|
|
createInstance(self,
*args)
createInstance(self, Object object, ModelCoordinate p, string id =
"") -> Instance createInstance(self, Object object,
ModelCoordinate p) -> Instance createInstance(self, Object object,
ExactModelCoordinate p, string id = "") -> Instance
createInstance(self, Object object, ExactModelCoordinate p) ->
Instance |
source code
|
|
|
|
addInstance(self,
*args)
addInstance(self, Instance instance, ExactModelCoordinate p) ->
bool |
source code
|
|
|
|
deleteInstance(self,
*args)
deleteInstance(self, Instance object) |
source code
|
|
|
InstanceVector
|
getInstances(self)
getInstances(self, string identifier) -> InstanceVector |
source code
|
|
|
|
getInstancesAt(self,
*args)
getInstancesAt(self, Location loc, bool use_exactcoordinates = False)
-> InstanceVector getInstancesAt(self, Location loc) ->
InstanceVector |
source code
|
|
|
|
getInstance(self,
*args)
getInstance(self, string id) -> Instance |
source code
|
|
|
|
setInstancesVisible(self,
*args)
setInstancesVisible(self, bool vis) |
source code
|
|
|
|
setLayerTransparency(self,
*args)
setLayerTransparency(self, uint8_t transparency) |
source code
|
|
|
uint8_t
|
|
|
|
cellContainsBlockingInstance(self,
*args)
cellContainsBlockingInstance(self, ModelCoordinate cellCoordinate)
-> bool |
source code
|
|
|
|
|
|
bool
|
|
|
|
setPathingStrategy(self,
*args)
setPathingStrategy(self, PathingStrategy strategy) |
source code
|
|
|
PathingStrategy
|
|
|
|
addChangeListener(self,
*args)
addChangeListener(self, LayerChangeListener listener) |
source code
|
|
|
|
removeChangeListener(self,
*args)
removeChangeListener(self, LayerChangeListener listener) |
source code
|
|
|
bool
|
|
|
InstanceVector
|
|
|
Inherited from ResourceClass:
getPoolId,
getResourceFile,
getResourceLocation,
setPoolId,
setResourceFile,
setResourceLocation
Inherited from FifeClass:
addRef,
decRef,
getFifeId,
getRefCount
|