Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ build
Method
build
src/Savegame/BaseFacility.cpp:140–143 ·
view source on GitHub ↗
* Handles the facility building every day. */
Source
from the content-addressed store, hash-verified
138
* Handles the facility building every day.
139
*/
140
void BaseFacility::build()
141
{
142
_buildTime--;
143
}
144
145
/**
146
* Returns if this facility is currently being
Callers
1
time1Day
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected