Home
last modified time | relevance | path

Searched refs:RS_GetDescription (Results 1 – 3 of 3) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_research.h215 const char* RS_GetDescription(technologyDescriptions_t* desc);
H A Dcp_ufopedia.cpp621 cgi->UI_RegisterText(TEXT_UFOPEDIA, _(RS_GetDescription(&tech->description))); in UP_Article()
625 cgi->UI_RegisterText(TEXT_UFOPEDIA, _(RS_GetDescription(&tech->preDescription))); in UP_Article()
675 cgi->UI_RegisterText(TEXT_UFOPEDIA, _(RS_GetDescription(&tech->preDescription))); in UP_Article()
H A Dcp_research.cpp60 RS_GetDescription(&tech->description); in RS_ResearchFinish()
63 RS_GetDescription(&tech->preDescription); in RS_ResearchFinish()
125 RS_GetDescription(&tech->preDescription); in RS_MarkOneResearchable()
270 const char* RS_GetDescription (technologyDescriptions_t* desc) in RS_GetDescription() function