Закрытые члены | |
void | ConstructionPart (string name, string part_name, string main_part_name, int id, bool is_built, bool is_base, bool is_gate, array< string > required_parts) |
string | GetName () |
string | GetPartName () |
string | GetMainPartName () |
int | GetId () |
bool | IsBuilt () |
void | SetBuiltState (bool is_built) |
void | SetRequestBuiltState (bool req_built) |
bool | IsBase () |
bool | IsGate () |
array< string > | GetRequiredParts () |
Закрытые данные | |
string | m_Name |
int | m_Id |
string | m_PartName |
string | m_MainPartName |
bool | m_IsBuilt |
bool | m_IsBase |
bool | m_IsGate |
ref array< string > | m_RequiredParts |
См. определение в файле ConstructionPart.c строка 1