![]() |
MAK Legion API Documentation
|
Collaboration diagram for LEG_object_type:Public Attributes | |
| union { | |
| struct { | |
| Int8 kind | |
| Int8 domain | |
| Int16 country | |
| Int8 category | |
| Int8 subcategory | |
| Int8 specific | |
| Int8 extra | |
| } | |
| Int8 data [8] | |
| }; | |
A structure to represent Legion object type
| union { ... } |
| Int8 LEG_object_type::category |
| Int16 LEG_object_type::country |
| Int8 LEG_object_type::data[8] |
| Int8 LEG_object_type::domain |
| Int8 LEG_object_type::extra |
| Int8 LEG_object_type::kind |
| Int8 LEG_object_type::specific |
| Int8 LEG_object_type::subcategory |