Spellforce-Spell-framework
|
#include <sf_general_structures.h>
Data Fields | |
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 |
uint32_t | unknown2 |
Definition at line 579 of file sf_general_structures.h.
uint16_t GdBuilding::angle |
Definition at line 593 of file sf_general_structures.h.
uint16_t GdBuilding::build_max |
Definition at line 587 of file sf_general_structures.h.
uint16_t GdBuilding::build_up |
Definition at line 586 of file sf_general_structures.h.
uint16_t GdBuilding::DLLNode |
Definition at line 591 of file sf_general_structures.h.
uint8_t GdBuilding::flags |
Definition at line 585 of file sf_general_structures.h.
uint16_t GdBuilding::health_current |
Definition at line 588 of file sf_general_structures.h.
uint16_t GdBuilding::health_max |
Definition at line 590 of file sf_general_structures.h.
uint8_t GdBuilding::level |
Definition at line 597 of file sf_general_structures.h.
uint16_t GdBuilding::life_current_max |
Definition at line 589 of file sf_general_structures.h.
uint16_t GdBuilding::owner |
Definition at line 582 of file sf_general_structures.h.
SF_Coord GdBuilding::position |
Definition at line 581 of file sf_general_structures.h.
uint8_t GdBuilding::race |
Definition at line 584 of file sf_general_structures.h.
uint8_t GdBuilding::type |
Definition at line 583 of file sf_general_structures.h.
uint32_t GdBuilding::unknown[5] |
Definition at line 594 of file sf_general_structures.h.
uint32_t GdBuilding::unknown2 |
Definition at line 598 of file sf_general_structures.h.
uint8_t GdBuilding::worker_count |
Definition at line 595 of file sf_general_structures.h.
uint8_t GdBuilding::worker_count_max |
Definition at line 596 of file sf_general_structures.h.
uint16_t GdBuilding::xdata_key |
Definition at line 592 of file sf_general_structures.h.