Table of Contents

Class ModerationUI.ModerationData

Namespace
Uncreated.Warfare.Moderation
Assembly
Uncreated.Warfare.dll
public class ModerationUI.ModerationData : IUnturnedUIData
Inheritance
ModerationUI.ModerationData
Implements
IUnturnedUIData
Inherited Members

Constructors

ModerationData(CSteamID, ModerationUI)

public ModerationData(CSteamID player, ModerationUI owner)

Parameters

player CSteamID
owner ModerationUI

Properties

Actors

public List<RelatedActor> Actors { get; set; }

Property Value

List<RelatedActor>

Evidence

public List<Evidence> Evidence { get; set; }

Property Value

List<Evidence>

HistoryCount

public int HistoryCount { get; set; }

Property Value

int

HistoryPage

public int HistoryPage { get; set; }

Property Value

int

HistoryView

public ModerationEntry[]? HistoryView { get; set; }

Property Value

ModerationEntry[]

InfoActorCount

public int InfoActorCount { get; set; }

Property Value

int

InfoEvidenceCount

public int InfoEvidenceCount { get; set; }

Property Value

int

LastViewedTime

public float LastViewedTime { get; set; }

Property Value

float

Owner

public ModerationUI Owner { get; }

Property Value

ModerationUI

PageCount

public int PageCount { get; }

Property Value

int

PendingPreset

public PresetType PendingPreset { get; set; }

Property Value

PresetType

PendingPresetValue

public PunishmentPreset? PendingPresetValue { get; set; }

Property Value

PunishmentPreset

PendingType

public ModerationEntryType PendingType { get; set; }

Property Value

ModerationEntryType

Player

The player that the data is linked to.

public CSteamID Player { get; }

Property Value

CSteamID

PlayerCount

public int PlayerCount { get; set; }

Property Value

int

PlayerList

public ulong[]? PlayerList { get; set; }

Property Value

ulong[]

PrimaryEditingEntry

public ModerationEntry? PrimaryEditingEntry { get; set; }

Property Value

ModerationEntry

SecondaryEditingEntry

public ModerationEntry? SecondaryEditingEntry { get; set; }

Property Value

ModerationEntry

SelectedEntry

public ModerationEntry? SelectedEntry { get; set; }

Property Value

ModerationEntry

SelectedPlayer

public ulong SelectedPlayer { get; set; }

Property Value

ulong