14 string textEntry1, textEntry2, textEntry3, textEntry4, textEntry5, textEntry6;
15 data.GetNotificationTextEntries(textEntry1, textEntry2, textEntry3, textEntry4, textEntry5, textEntry6);
18 data.GetParams(playerID);
21 data.GetNotificationTextEntries(playerName);
22 if (!GetPlayerName(playerID, playerName))
25 data.SetNotificationTextEntries(playerName);
27 return super.GetText(
data);
32 if (!CanSetPosition(
data))
36 data.GetParams(playerID);
37 SetPositionDataEditablePlayer(playerID,
data);
43 data.GetParams(playerID);
44 data.SetFactionRelatedColor(GetFactionRelatedColorPlayer(playerID, m_info.GetNotificationColor()));
48 if (coloredTextUiInfo)
49 data.SetFactionRelatedTextColor(GetFactionRelatedColorPlayer(playerID, coloredTextUiInfo.GetNotificationTextColor()));