Table of Contents

Class SquadMenuUI.SquadMenuUIPlayerData

Namespace
Uncreated.Warfare.Squads.UI
Assembly
Uncreated.Warfare.dll
public class SquadMenuUI.SquadMenuUIPlayerData : IUnturnedUIData
Inheritance
SquadMenuUI.SquadMenuUIPlayerData
Implements
IUnturnedUIData
Inherited Members

Properties

Element

The UI element that the data is linked to.

public UnturnedUIElement Element { get; }

Property Value

UnturnedUIElement

IsViewing

public bool IsViewing { get; set; }

Property Value

bool

Owner

The UI that the data is linked to.

public required UnturnedUI Owner { get; init; }

Property Value

UnturnedUI

Player

The player that the data is linked to.

public required CSteamID Player { get; init; }

Property Value

CSteamID