Searched refs:RS_GetDescription (Results 1 – 3 of 3) sorted by relevance
215 const char* RS_GetDescription(technologyDescriptions_t* desc);
621 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()
60 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