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
playerCSteamIDownerModerationUI
Properties
Actors
public List<RelatedActor> Actors { get; set; }
Property Value
Evidence
public List<Evidence> Evidence { get; set; }
Property Value
HistoryCount
public int HistoryCount { get; set; }
Property Value
HistoryPage
public int HistoryPage { get; set; }
Property Value
HistoryView
public ModerationEntry[]? HistoryView { get; set; }
Property Value
InfoActorCount
public int InfoActorCount { get; set; }
Property Value
InfoEvidenceCount
public int InfoEvidenceCount { get; set; }
Property Value
LastViewedTime
public float LastViewedTime { get; set; }
Property Value
Owner
public ModerationUI Owner { get; }
Property Value
PageCount
public int PageCount { get; }
Property Value
PendingPreset
public PresetType PendingPreset { get; set; }
Property Value
PendingPresetValue
public PunishmentPreset? PendingPresetValue { get; set; }
Property Value
PendingType
public ModerationEntryType PendingType { get; set; }
Property Value
Player
The player that the data is linked to.
public CSteamID Player { get; }
Property Value
- CSteamID
PlayerCount
public int PlayerCount { get; set; }
Property Value
PlayerList
public ulong[]? PlayerList { get; set; }
Property Value
- ulong[]
PrimaryEditingEntry
public ModerationEntry? PrimaryEditingEntry { get; set; }
Property Value
SecondaryEditingEntry
public ModerationEntry? SecondaryEditingEntry { get; set; }
Property Value
SelectedEntry
public ModerationEntry? SelectedEntry { get; set; }
Property Value
SelectedPlayer
public ulong SelectedPlayer { get; set; }