Table of Contents

Class DualSidedLeaderboardUI.LeaderboardPlayerRow

Namespace
Uncreated.Warfare.Layouts.UI.Leaderboards
Assembly
Uncreated.Warfare.dll
public class DualSidedLeaderboardUI.LeaderboardPlayerRow
Inheritance
DualSidedLeaderboardUI.LeaderboardPlayerRow
Inherited Members

Properties

Avatar

[Pattern("Player/AvatarMask/Avatar")]
public UnturnedImage Avatar { get; set; }

Property Value

UnturnedImage

PlayerName

[Pattern("Player/Text")]
public UnturnedLabel PlayerName { get; set; }

Property Value

UnturnedLabel

Root

[Pattern(Root = true)]
public UnturnedUIElement Root { get; set; }

Property Value

UnturnedUIElement

Stats

[ArrayPattern(1, To = 6)]
[Pattern("Stat_{0}/Value")]
public UnturnedLabel[] Stats { get; set; }

Property Value

UnturnedLabel[]

VoiceChatState

[Pattern("Player/VC")]
public UnturnedUIElement VoiceChatState { get; set; }

Property Value

UnturnedUIElement