ed.utility

Functions

rooms_of_entity(wm, entity)

Determine all rooms that the entity is in

rooms_of_volume(wm, entity, volume_id)

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:
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:
Return type:

List[ed.entity.Entity]