Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_messageoptions.cpp34 char const* const nt_strings[NT_NUM_NOTIFYTYPE] = { variable
65 CASSERT(lengthof(nt_strings) == NT_NUM_NOTIFYTYPE);
118 if (Q_streq(name, nt_strings[idx])) { in MSO_ParseNotifyType()
160 if (Q_streq(nt_strings[type], messagetype)) in MSO_Set_f()
234 cgi->XML_AddString(s, SAVE_MESSAGEOPTIONS_NAME, nt_strings[type]); in MSO_SaveXML()
260 if (Q_streq(nt_strings[type], messagetype)) in MSO_LoadXML()
412 entry->notifyType = nt_strings[optionId]; in MSO_ParseCategory()
H A Dcp_messageoptions.h110 extern char const* const nt_strings[NT_NUM_NOTIFYTYPE];
H A Dcp_messageoptions_callbacks.cpp180 if (Q_streq(nt_strings[type], selectedEntry->notifyType)) in MSO_Toggle_f()