Home
last modified time | relevance | path

Searched defs:house_type (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/saveload/
H A Dtown_sl.cpp85 HouseID house_type = GetCleanHouseType(t); in UpdateHousesAndTowns() local
/dports/www/py-weboob/weboob-2.0/weboob/capabilities/
H A Dhousing.py106 house_type = EnumField(u'Type of house (apartment, house, parking, …)', variable in Housing
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dtypes.h56 typedef struct house_type house_type; typedef
265 struct house_type struct
267 byte x_1;
268 byte y_1;
269 byte x_2;
270 byte y_2;
272 byte door_y; /* Location of door */
273 byte door_x;
276 char owned[MAX_NAME_LEN+1]; /* Currently owned? */
278 s32b depth;
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h1643 typedef struct house_type house_type; typedef
1651 struct house_type { struct
1652 byte x, y; /* Absolute starting coordinates */
1653 byte dx, dy; /* door coords */
1655 u16b flags; /* house flags - HF_xxxx */
1656 struct worldpos wpos;
1657 union {
1660 } coords;
1663 s16b stock_num; /* Stock -- Number of entries */
1664 s16b stock_size; /* Stock -- Total Size of Array */
[all …]