Go to the source code of this file.
|
| | common.area_name |
| |
| def | common.cat = get_object_category(obj) |
| |
| dictionary | common.category_locations |
| |
| | common.False |
| |
| list | common.female_names = ["emma", "olivia", "sophia", "ava", "isabella", "mia", "abigail", "emily", "charlotte", "harper"] |
| |
| dictionary | common.inspect_positions |
| |
| | common.location |
| |
| | common.location_categories = list(set([o["category"] for o in locations])) |
| |
| | common.location_names = list(set([o["name"] for o in locations])) |
| |
| | common.location_rooms = list(set([o["room"] for o in locations])) |
| |
| list | common.locations |
| |
| list | common.male_names = ["noah", "liam", "mason", "jacob", "william", "ethan", "james", "alexander", "michael", "benjamin"] |
| |
| | common.manipulation_locations = list(set([o["name"] for o in locations if o["manipulation"] == "yes"])) |
| |
| list | common.names = female_names + male_names |
| |
| | common.object_categories = list(set([o["category"] for o in objects])) |
| |
| | common.object_names = list(set([o["name"] for o in objects])) |
| |
| list | common.objects |
| |
| | common.pick_location |
| |
| | common.place_location |
| |