| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package entities :: Module customentities :: Class CustomEntityGroup |
|
Entity--+ |EntityGroup--+ | CustomEntityGroup
| Method Summary | |
|---|---|
__init__(self,
name,
sourceReference)
| |
svs_simulation.entities.base_entities.Entity
|
Instantiates version of custom entity class from given file and adds it to group. |
| Inherited from EntityGroup | |
Returns string representation of object. | |
Adds member to group, making sure it is unique. | |
Applies encoded data to self. | |
Returns encoded representation of self. | |
Returns all memebrs as a list. | |
Removes member from group. | |
| |
| Inherited from Entity | |
Called when entity enters a partition. | |
Called when entity enters a structure. | |
Called when entity is added to world. | |
Called when entity is leaves a structure. | |
Called when structure is removed world. | |
If the entity has a name, return this, otherwise returns a name created from its class name and unique id. | |
Handles event form simulation. | |
| boolean |
Returns tag state. |
Sets the structure and partition that the entity is within. | |
Forwards data representing change in entity to process handler. | |
Called when the simulation world starts running, or if an entity has been added to a world after it has started. | |
Called when the simulation world stops running, or if an entity has been removed from a world after it has started. | |
Called when the simulation world updates. | |
| Method Details |
|---|
createInstanceFromFile(self, filename)Instantiates version of custom entity class from given file and adds it to group. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:28 2005 | http://epydoc.sf.net |