Searched refs:EVENT_OBJECT_BLABO (Results 1 – 4 of 4) sorted by relevance
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/ |
H A D | object_interface.cpp | 523 if ( action == EVENT_OBJECT_BLABO ) in EventProcess() 1058 pw->CreateButton(pos, ddim, 128+38, EVENT_OBJECT_BLABO); in CreateInterface() 1059 DeadInterface(pw, EVENT_OBJECT_BLABO, m_main->CanBuild(OBJECT_LABO, m_object->GetTeam())); in CreateInterface() 1515 pw->CreateButton(pos, ddim, 128+38, EVENT_OBJECT_BLABO); in CreateInterface() 1516 DeadInterface(pw, EVENT_OBJECT_BLABO, m_main->CanBuild(OBJECT_LABO, m_object->GetTeam())); in CreateInterface() 1822 EnableInterface(pw, EVENT_OBJECT_BLABO, bEnable); in UpdateInterface() 1897 pb = static_cast< CButton* >(pw->SearchControl(EVENT_OBJECT_BLABO)); in UpdateInterface()
|
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/ |
H A D | event.h | 485 EVENT_OBJECT_BLABO = 1059, enumerator
|
H A D | event.cpp | 420 EVENT_TYPE_TEXT[EVENT_OBJECT_BLABO] = "EVENT_OBJECT_BLABO"; in InitializeEventTypeTexts()
|
H A D | restext.cpp | 370 stringsEvent[EVENT_OBJECT_BLABO] = TR("Build an autolab"); in InitializeRestext()
|