|
Spellforce-Spell-framework
|
#include <sf_building_structures.h>

Public Attributes | |
| SF_Coord | position |
| uint16_t | owner |
| uint8_t | type |
| uint8_t | race |
| uint8_t | flags |
| uint16_t | build_up |
| uint16_t | build_max |
| uint16_t | health_current |
| uint16_t | life_current_max |
| uint16_t | health_max |
| uint16_t | DLLNode |
| uint16_t | xdata_key |
| uint16_t | angle |
| uint32_t | unknown [5] |
| uint8_t | worker_count |
| uint8_t | worker_count_max |
| uint8_t | level |
| SF_Coord | entry_point |
Definition at line 35 of file sf_building_structures.h.
| uint16_t GdBuilding::angle |
Definition at line 49 of file sf_building_structures.h.
| uint16_t GdBuilding::build_max |
Definition at line 43 of file sf_building_structures.h.
| uint16_t GdBuilding::build_up |
Definition at line 42 of file sf_building_structures.h.
| uint16_t GdBuilding::DLLNode |
Definition at line 47 of file sf_building_structures.h.
| SF_Coord GdBuilding::entry_point |
Definition at line 54 of file sf_building_structures.h.
| uint8_t GdBuilding::flags |
Definition at line 41 of file sf_building_structures.h.
| uint16_t GdBuilding::health_current |
Definition at line 44 of file sf_building_structures.h.
| uint16_t GdBuilding::health_max |
Definition at line 46 of file sf_building_structures.h.
| uint8_t GdBuilding::level |
Definition at line 53 of file sf_building_structures.h.
| uint16_t GdBuilding::life_current_max |
Definition at line 45 of file sf_building_structures.h.
| uint16_t GdBuilding::owner |
Definition at line 38 of file sf_building_structures.h.
| SF_Coord GdBuilding::position |
Definition at line 37 of file sf_building_structures.h.
| uint8_t GdBuilding::race |
Definition at line 40 of file sf_building_structures.h.
| uint8_t GdBuilding::type |
Definition at line 39 of file sf_building_structures.h.
| uint32_t GdBuilding::unknown[5] |
Definition at line 50 of file sf_building_structures.h.
| uint8_t GdBuilding::worker_count |
Definition at line 51 of file sf_building_structures.h.
| uint8_t GdBuilding::worker_count_max |
Definition at line 52 of file sf_building_structures.h.
| uint16_t GdBuilding::xdata_key |
Definition at line 48 of file sf_building_structures.h.