Data Fields | |
BuildCode | bt |
BuildF | func |
welem_t | type |
UInt8 | gridsToUpdate |
This structure is used to map the BuildCode to an appropriate function to perform the building as well as some extra events to happen as a consequence of the item being built.
Definition at line 57 of file build.c.
|
The code of the item to be built. Definition at line 58 of file build.c. Referenced by BuildSomething(). |
|
Function to call. Definition at line 59 of file build.c. Referenced by BuildSomething(). |
|
Grids to update as a result of adding the item to the simulation Definition at line 61 of file build.c. Referenced by BuildSomething(). |
|
Type of the item (for buildcounts) Definition at line 60 of file build.c. Referenced by BuildSomething(). |