ed.utility¶
Functions¶
|
Determine all rooms that the entity is in |
|
Determine all the rooms a volume of an entity is in |
Module Contents¶
- ed.utility.rooms_of_entity(wm, entity)[source]¶
Determine all rooms that the entity is in
- Parameters:
wm (ed.world_model.WM) –
entity (ed.entity.Entity) –
- Return type:
List[ed.entity.Entity]
- ed.utility.rooms_of_volume(wm, entity, volume_id)[source]¶
Determine all the rooms a volume of an entity is in
- Parameters:
wm (ed.world_model.WM) –
entity (ed.entity.Entity) –
volume_id (str) –
- Return type:
List[ed.entity.Entity]