#include <cp_base.h>
Data Fields | |
building_t * | building |
qboolean | blocked |
int | posX |
int | posY |
Definition at line 194 of file cp_base.h.
qtrue if the tile is usable for buildings otherwise it's qfalse (blocked somehow).
Definition at line 196 of file cp_base.h.
Referenced by B_BuildFromTemplate(), B_LoadXML(), B_SaveXML(), B_SetBuildingByClick(), UI_BaseLayoutNodeDraw(), UI_BaseMapIsCellFree(), UI_BaseMapNodeClick(), UI_BaseMapNodeDraw(), UI_BaseMapNodeMiddleClick(), and UI_BaseMapNodeRightClick().
NULL if free spot
Definition at line 195 of file cp_base.h.
Referenced by B_AssembleMap(), B_BuildFromTemplate(), B_BuildingDestroy(), B_LoadXML(), B_ParseBaseTemplate(), B_SaveXML(), B_SetBuildingByClick(), UI_BaseLayoutNodeDraw(), UI_BaseMapIsCellFree(), UI_BaseMapNodeClick(), UI_BaseMapNodeDraw(), UI_BaseMapNodeDrawTooltip(), UI_BaseMapNodeMiddleClick(), and UI_BaseMapNodeRightClick().
The x screen coordinate for the building on the basemap.
Definition at line 198 of file cp_base.h.
Referenced by B_BuildFromTemplate(), and B_ParseBaseTemplate().
The y screen coordinate for the building on the basemap.
Definition at line 199 of file cp_base.h.
Referenced by B_BuildFromTemplate(), and B_ParseBaseTemplate().