Home
last modified time | relevance | path

Searched refs:DisplayFaction (Results 1 – 2 of 2) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DPlayer.cs64 public readonly FactionInfo DisplayFaction; field in OpenRA.Player
148 DisplayFaction = ChooseDisplayFaction(world, client.Faction); in Player()
161 DisplayFaction = ChooseDisplayFaction(world, pr.Faction); in Player()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Ingame/
H A DGameInfoStatsLogic.cs121 flag.GetImageName = () => pp.DisplayFaction.InternalName; in GameInfoStatsLogic()
122 item.Get<LabelWidget>("FACTION").GetText = () => pp.DisplayFaction.Name; in GameInfoStatsLogic()