Table of Contents

Class VoteUIDisplayData

Namespace
Uncreated.Warfare.Players
Assembly
Uncreated.Warfare.dll
public class VoteUIDisplayData : IUnturnedUIData
Inheritance
VoteUIDisplayData
Implements
IUnturnedUIData
Inherited Members

Constructors

VoteUIDisplayData(CSteamID, UnturnedUI)

public VoteUIDisplayData(CSteamID player, UnturnedUI owner)

Parameters

player CSteamID
owner UnturnedUI

Properties

HasVoteUI

public bool HasVoteUI { get; set; }

Property Value

bool

Owner

The UI that the data is linked to.

public UnturnedUI Owner { get; }

Property Value

UnturnedUI

Player

The player that the data is linked to.

public CSteamID Player { get; }

Property Value

CSteamID